Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-07 06:58:57 +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>
);
}
}