3 Commits

Author SHA1 Message Date
23a0cecf45 Update src/app/page.tsx 2026-03-07 06:58:52 +00:00
e4572baaa0 Update src/app/layout.tsx 2026-03-07 06:58:52 +00:00
ff32cd0d24 Merge version_1 into main
Merge version_1 into main
2026-03-07 06:57:02 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1425,4 +1425,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}