From e4572baaa0f1c231055d4403cad986a8fe8f7c9e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:58:52 +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 bcebb03..04862ed 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1425,4 +1425,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 23a0cecf45803931944ebd4fbed07a8c276ac5bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:58:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3550871..d03b36b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { description="Vatican Apollo represents a commitment to timeless elegance and meticulous craftsmanship. Each piece is designed with intention, created with passion, and delivered to those who understand that true luxury lies in the details. We believe fashion is a form of self-expression, and every garment tells a story." imageSrc="http://img.b2bpic.net/free-photo/smiley-fashion-designers-atelier-with-dress-form_23-2148846770.jpg" imageAlt="Vatican Apollo Brand Heritage" - buttons={[{ text: "Read Our Story", href: "#" }]} + buttons={[{ text: "Discover Our Process", href: "#collections" }, { text: "Shop Premium Collection", href: "#shop" }]} buttonAnimation="slide-up" useInvertedBackground={false} /> @@ -218,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1