8 Commits

Author SHA1 Message Date
01b445a258 Update src/app/page.tsx 2026-05-01 19:49:23 +00:00
fc0f1dee0f Merge version_2 into main
Merge version_2 into main
2026-05-01 19:48:25 +00:00
4a3fa34990 Merge version_3 into main
Merge version_3 into main
2026-05-01 19:48:22 +00:00
9e13e66e3e Update src/app/page.tsx 2026-05-01 19:48:22 +00:00
97c6cb34de Update src/app/page.tsx 2026-05-01 19:48:19 +00:00
7a664c1c98 Merge version_1 into main
Merge version_1 into main
2026-05-01 19:42:52 +00:00
f4f9311a25 Merge version_1 into main
Merge version_1 into main
2026-05-01 19:42:20 +00:00
2de3a9293c Merge version_1 into main
Merge version_1 into main
2026-05-01 19:41:51 +00:00

View File

@@ -92,6 +92,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"
tag="Best Seller"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Glow Serum", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307283.jpg" },
@@ -176,6 +177,8 @@ export default function LandingPage() {
{ id: "q1", title: "Are your products cruelty-free?", content: "Yes, we never test on animals." },
{ id: "q2", title: "Can I return unused products?", content: "We offer a 30-day return policy." },
{ id: "q3", title: "Where is it made?", content: "All products are formulated in California." },
{ id: "q4", title: "How do you ensure ingredient safety?", content: "Every ingredient undergoes rigorous dermatological testing to ensure maximum safety and efficacy for all skin types." },
{ id: "q5", title: "What is your shipping policy?", content: "We offer free standard shipping on all orders over $50. Orders are processed within 1-2 business days." }
]}
sideTitle="Your Questions, Answered."
faqsAnimation="slide-up"
@@ -207,4 +210,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}