9 Commits

Author SHA1 Message Date
edd9a89d47 Update src/app/page.tsx 2026-04-29 04:07:10 +00:00
0096c8e234 Merge version_5 into main
Merge version_5 into main
2026-04-29 04:03:56 +00:00
d0303885ba Update src/app/page.tsx 2026-04-29 04:03:53 +00:00
bb82de3960 Update src/app/page.tsx 2026-04-29 03:58:13 +00:00
492c847510 Merge version_2 into main
Merge version_2 into main
2026-04-29 03:56:42 +00:00
73e83e92b8 Update src/app/page.tsx 2026-04-29 03:56:39 +00:00
c303574357 Update src/app/page.tsx 2026-04-29 03:56:13 +00:00
8d83fddc3b Merge version_4 into main
Merge version_4 into main
2026-04-29 03:56:07 +00:00
10d676cfc8 Update src/app/page.tsx 2026-04-29 03:54:33 +00:00

View File

@@ -43,7 +43,7 @@ export default function DamiriLondonPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Damiri London"
description="Premium clothing designed for modern elegance. Discover our latest collection crafted for style and comfort."
description="Experience the power of clinically proven botanical skincare designed to revitalize your complexion and build a foundation of natural beauty."
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D11Rg579V6sYrCNqCebSFIPLBV/uploaded-1777434946541-bc64pqkz.jpg?_wi=1"
imageAlt="Damiri London Logo"
@@ -122,6 +122,9 @@ export default function DamiriLondonPage() {
{ id: "1", title: "What is your shipping policy?", content: "We ship worldwide via DHL Express with tracking included." },
{ id: "2", title: "How do I return items?", content: "Returns are accepted within 30 days of purchase, provided items are unworn and tagged." }
]}
buttons={[
{ text: "Contact Support", href: "#contact" }
]}
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
@@ -150,4 +153,4 @@ export default function DamiriLondonPage() {
</div>
</ThemeProvider>
);
}
}