diff --git a/src/app/page.tsx b/src/app/page.tsx index 0421402..f556d9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Sparkles, Star, MapPin, Phone, Mail } from 'lucide-react'; +import { Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -62,6 +61,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + carouselMode="auto" products={[ { id: "1", name: "Classic Manicure", price: "£25", variant: "Standard care & polish", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare-luxury/product-1.webp" }, { id: "2", name: "Gel Extensions", price: "£45", variant: "Long-lasting durability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare-luxury/product-2.webp" }, @@ -79,6 +79,7 @@ export default function LandingPage() { useInvertedBackground={true} showRating={true} animationType="slide-up" + carouselMode="auto" testimonials={[ { id: "1", name: "Sarah J.", handle: "@sarah", testimonial: "The best nail service in Seaford. My gel nails lasted for 3 weeks!", rating: 5 }, { id: "2", name: "Emily R.", handle: "@emily", testimonial: "Professional staff and beautiful results every time.", rating: 5 },