9 Commits

Author SHA1 Message Date
0fe75699a6 Switch to version 2: modified src/app/page.tsx 2026-03-25 23:43:11 +00:00
a349f0fe0f Switch to version 1: modified src/app/page.tsx 2026-03-25 23:43:04 +00:00
ab6fe5dfeb Merge version_2 into main
Merge version_2 into main
2026-03-25 23:42:32 +00:00
5299292b8a Update src/app/page.tsx 2026-03-25 23:42:29 +00:00
6cdb28cb78 Merge version_2 into main
Merge version_2 into main
2026-03-25 23:42:12 +00:00
366d0ce9c5 Update src/app/page.tsx 2026-03-25 23:42:06 +00:00
6d53a6392e Merge version_1 into main
Merge version_1 into main
2026-03-25 23:39:32 +00:00
a6429f1612 Merge version_1 into main
Merge version_1 into main
2026-03-25 23:39:08 +00:00
a15964e6b6 Merge version_1 into main
Merge version_1 into main
2026-03-25 23:38:30 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
name: "Home", id: "home"
},
{
name: "Dresses", id: "dresses"
name: "Dresses", id: "product-showcase"
},
{
name: "Features", id: "features"
@@ -70,7 +70,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Shop Now", href: "/dresses"},
text: "Shop Now", href: "#product-showcase"},
{
text: "Learn More", href: "/about"},
]}
@@ -183,8 +183,7 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1", title: "What sizes do you offer?", content: "We offer a wide range of sizes from XS to XXL. Please refer to our detailed sizing chart available on each product page for precise measurements."},
{
id: "1", title: "What sizes do you offer?", content: "We offer a wide range of sizes from XS to XXL. Please refer to our detailed sizing chart available on each product page for precise measurements."}, {
id: "2", title: "Do you ship internationally?", content: "Yes, we proudly offer international shipping to over 20 countries. Shipping costs and delivery times vary by destination and can be calculated at checkout."},
{
id: "3", title: "What is your return policy?", content: "We accept returns within 14 days of delivery for unworn, unwashed items with original tags attached. Please see our full return policy for details and instructions."},
@@ -271,4 +270,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}