Merge version_2 into main #4
@@ -71,6 +71,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Signature Daisy", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/candles-spring-flowers-table-serving-decor-concept-top-view_169016-28298.jpg" },
|
||||
{ id: "p2", name: "Sun-Kissed Petals", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-halloween_23-2147680564.jpg" },
|
||||
@@ -99,6 +100,8 @@ export default function LandingPage() {
|
||||
<TestimonialCardFive
|
||||
title="What Our Community Says"
|
||||
textboxLayout="split-description"
|
||||
description="Hear from our satisfied customers."
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", date: "May 2024", title: "Pure Serenity", quote: "These candles transformed my home office into a peaceful garden.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-taking-break-from-taking-care-indoor-plants_23-2148850884.jpg" }
|
||||
]}
|
||||
@@ -109,6 +112,7 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Are these pet friendly?", content: "Yes, all our ingredients are non-toxic and pet-safe." },
|
||||
{ id: "2", title: "How do I care for my candle?", content: "Always trim your wick to 1/4 inch before each burn." }
|
||||
@@ -123,6 +127,7 @@ export default function LandingPage() {
|
||||
description="Reach out for custom candle inquiries or bulk orders."
|
||||
buttons={[{ text: "Email Us", href: "mailto:hello@daisycandles.com" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user