Update src/app/page.tsx

This commit is contained in:
2026-06-10 08:38:58 +00:00
parent 3dfd10a02c
commit 241477d494

View File

@@ -57,7 +57,6 @@ export default function HomePage() {
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599084.jpg"
imageAlt="luxurious italian villa interior"
useInvertedBackground={false}
imagePosition="right"
/>
</div>
@@ -133,6 +132,8 @@ export default function HomePage() {
logoText="Italian Luxury Brands"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=99p3ul"
logoAlt="italian luxury brand elegant logo"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
/>
</div>
</ThemeProvider>