1 Commits

Author SHA1 Message Date
c30abf76eb Update src/app/page.tsx 2026-04-29 03:56:33 +00:00

View File

@@ -43,7 +43,7 @@ export default function DamiriLondonPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Damiri London"
description="Experience the power of clinically proven botanical skincare designed to revitalize your complexion and build a foundation of natural beauty."
description="Premium clothing designed for modern elegance. Discover our latest collection crafted for style and comfort."
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,9 +122,6 @@ 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}
@@ -153,4 +150,4 @@ export default function DamiriLondonPage() {
</div>
</ThemeProvider>
);
}
}