diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b3c47cf..84f1574 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1388,4 +1388,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d7f163..4808085 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,16 +51,14 @@ export default function LandingPage() { mediaAnimation="slide-up" useInvertedBackground={false} testimonials={[ - { - name: "Alexandra Sterling", handle: "Fashion Editor", testimonial: "LuxeCore represents the pinnacle of luxury fashion. Every piece is a masterpiece of design and craftsmanship.", rating: 5, + { name: "Alexandra Sterling", handle: "Fashion Editor", testimonial: "LuxeCore represents the pinnacle of luxury fashion. Every piece is a masterpiece of design and craftsmanship.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100&fit=crop"}, - { - name: "Marcus Laurent", handle: "Style Curator", testimonial: "The attention to detail and premium quality is unmatched. LuxeCore has become my go-to for luxury pieces.", rating: 5, + { name: "Marcus Laurent", handle: "Style Curator", testimonial: "The attention to detail and premium quality is unmatched. LuxeCore has become my go-to for luxury pieces.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop"}, ]} buttons={[ - { text: "Shop Now", href: "#men" }, - { text: "Explore Collection", href: "#women" }, + { text: "Add to Cart", href: "#men" }, + { text: "Buy Now", href: "#women" }, ]} /> @@ -292,4 +290,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file