added
This commit is contained in:
@@ -77,7 +77,7 @@ const Hero = ({ data }) => {
|
||||
<CarouselContent>
|
||||
{heroData.map((item, index) => (
|
||||
<CarouselItem key={index}>
|
||||
<div className="relative w-full h-[55vh] overflow-hidden">
|
||||
<div className="relative w-full h-[65vh] overflow-hidden">
|
||||
<Image
|
||||
src={item.src || "/placeholder.svg"}
|
||||
alt={`Slide ${index + 1}`}
|
||||
|
||||
@@ -4,9 +4,11 @@ import React from "react";
|
||||
import { motion } from "framer-motion";
|
||||
import PremiumBanner from "../premium-rudraksha/PremiumBanner";
|
||||
import PremiumBannerOne from "../premium-rudraksha/PremiumBannerOne";
|
||||
import { backendUrl } from "@/utils/axios";
|
||||
|
||||
const HeroSix = ({ guranteeData, data }) => {
|
||||
const { heading2, description2 } = data | {};
|
||||
console.log(data);
|
||||
const { heading2, description2, heading9, description6 } = data | {};
|
||||
return (
|
||||
<section className="py-16 bg-gradient-to-b from-background to-muted">
|
||||
<div className="container px-4 mx-auto">
|
||||
@@ -25,12 +27,10 @@ const HeroSix = ({ guranteeData, data }) => {
|
||||
</p>
|
||||
</motion.div>
|
||||
<PremiumBannerOne
|
||||
bannerImage="/exclusive/exclusive_banner.webp"
|
||||
bannerImage={`${backendUrl}${data.image1?.path}`}
|
||||
data={{
|
||||
header2:
|
||||
"Exclusive and Rare Rudraksha Collection at Gupta Rudraksha ®️",
|
||||
description2:
|
||||
"Discover the exclusive and rare Rudraksha collection only at Gupta Rudraksha. Our lab-certified, high-quality beads channel ancient spiritual energies for peace, prosperity, and personal growth. Each bead is meticulously chosen to ensure authenticity and potency, providing powerful benefits. Experience genuine, transformative spiritual tools to enhance your life's journey with Gupta Rudraksha.",
|
||||
header2: heading9,
|
||||
description2: description6,
|
||||
}}
|
||||
/>
|
||||
<div className="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-8 mt-4">
|
||||
|
||||
Reference in New Issue
Block a user