Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-08 14:49:10 +00:00

View File

@@ -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 },