Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18bb207659 | |||
| 01b445a258 | |||
| fc0f1dee0f | |||
| 4a3fa34990 | |||
| 97c6cb34de |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
title="Your Skin, But Radiantly Better."
|
||||
description="Discover the science of glow. Our dermatologist-approved formulas hydrate, protect, and revitalize your complexion for a timeless, natural radiance."
|
||||
buttons={[
|
||||
{ text: "Get Your Radiant Glow", href: "#products" },
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420701.jpg"
|
||||
@@ -69,7 +69,6 @@ export default function LandingPage() {
|
||||
{ type: "text", text: "Clinically Tested" },
|
||||
{ type: "text", text: "Ethically Sourced" },
|
||||
]}
|
||||
buttonClassName="bg-primary-cta text-primary-cta-foreground shadow-lg hover:shadow-xl hover:scale-105 transition-all"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,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" },
|
||||
@@ -177,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"
|
||||
|
||||
Reference in New Issue
Block a user