5 Commits

Author SHA1 Message Date
b592b8ca9b Update src/app/page.tsx 2026-05-27 16:18:06 +00:00
fab2b91607 Merge version_1 into main
Merge version_1 into main
2026-05-27 16:15:05 +00:00
d552832128 Merge version_1 into main
Merge version_1 into main
2026-05-27 16:14:15 +00:00
41a6ce001f Merge version_1 into main
Merge version_1 into main
2026-05-27 16:13:28 +00:00
fcaafde5f8 Merge version_1 into main
Merge version_1 into main
2026-05-27 16:12:32 +00:00

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>
);
}
}