Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01b445a258 | |||
| fc0f1dee0f | |||
| 4a3fa34990 | |||
| 9e13e66e3e | |||
| 97c6cb34de | |||
| 7a664c1c98 | |||
| f4f9311a25 | |||
| 2de3a9293c |
@@ -92,6 +92,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
gridVariant="asymmetric-60-wide-40-narrow"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
tag="Best Seller"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Glow Serum", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307283.jpg" },
|
{ 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: "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: "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: "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."
|
sideTitle="Your Questions, Answered."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -207,4 +210,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user