Update src/app/page.tsx

This commit is contained in:
2026-05-27 16:18:06 +00:00
parent fab2b91607
commit b592b8ca9b

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
id: "product-6", name: "Embroidered Blouse", price: "£610", imageSrc: "http://img.b2bpic.net/free-photo/awesome-blond-woman-blue-dress-posing-modern-bathroom_613910-10878.jpg", imageAlt: "Detailed embroidered blouse"},
]}
title="New Arrivals"
description="Experience the epitome of British elegance. Our latest collection blends classic silhouettes with contemporary flair, crafted from the finest materials. Prices are in British Pounds (£)."
description="Experience the epitome of British elegance. Our latest collection blends classic silhouettes with contemporary flair, crafted from the finest materials. Prices are in British Pounds (£)"
/>
</div>
@@ -137,7 +137,7 @@ export default function LandingPage() {
}
]}
title="The Amelie Gown: A Closer Look"
description="Exquisite tailoring meets luxurious fabric. Explore every intricate detail of our signature Amelie Gown, from its delicate lace accents to the flowing silk drape, presented with a 360-degree view and cinematic video. Purchase with a 10% deposit option at checkout."
description="Exquisite tailoring meets luxurious fabric. Explore every intricate detail of our signature Amelie Gown, from its delicate lace accents to the flowing silk drape, presented with a 360-degree view and cinematic video. Purchase with a 30% advance payment option at checkout."
/>
</div>
@@ -265,4 +265,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}