From 957f6eacb6f0bc9e1b695ab81ad579dca56f331f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:58:13 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 8895c7e7bd049a5933750e9c200aed48c8ed5f5b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:58:14 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 -- 2.49.1