Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16120232ba | |||
| 10bcaff1cf | |||
| 6115048d51 | |||
| b5b8293bb5 | |||
| 5dcb04a92b | |||
| 0d25574d9a | |||
| 0b54341a9c | |||
| ecf2509681 |
@@ -158,10 +158,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Best Ice Cream Ever!", quote: "The Dark Chocolate Elegance is absolutely divine. Creamy, rich, and tastes like premium chocolate. I visit every week!", name: "Sarah Mitchell", role: "Local Customer", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-beautiful-cheerful-female-model-has-shining-smile-looks-dreamy-into-distance-remembers-pleasant-date-with-boyfriend-has-romantic-feelings-rests-sidewalk-outdoor-cafe_273609-2728.jpg", imageAlt: "Sarah Mitchell"
|
||||
id: "1", title: "Best Ice Cream Ever!", quote: "The Dark Chocolate Elegance is absolutely divine. Creamy, rich, and tastes like premium chocolate. I visit every week!", name: "Sarah Mitchell", role: "Local Customer", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-beautiful-cheerful-female-model-has-shining-smile-looks-dreamy-into-distance-remembers-pleasant-date-with-boyfriend-has-romantic-feelings-rests-sidewalk-outdoor-cafe_273609-2728.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Worth Every Penny", quote: "You can taste the difference when ingredients are premium. This ice cream is smooth, not icy, and the flavor is incredible.", name: "Michael Chen", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg", imageAlt: "Michael Chen"
|
||||
id: "2", title: "Worth Every Penny", quote: "You can taste the difference when ingredients are premium. This ice cream is smooth, not icy, and the flavor is incredible.", name: "Michael Chen", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg?_wi=1", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", title: "A Chocolate Lover's Paradise", quote: "Finally found a chocolate ice cream that doesn't taste watered down. The variety of flavors keeps me coming back for new favorites.", name: "Emily Rodriguez", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", imageAlt: "Emily Rodriguez"
|
||||
@@ -170,10 +170,10 @@ export default function LandingPage() {
|
||||
id: "4", title: "Perfect for Special Occasions", quote: "We served Chocolate Dreams at our wedding. Every guest raved about it. The team was helpful and professional throughout.", name: "David Kumar", role: "Event Planner", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "David Kumar"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Allergen-Friendly & Delicious", quote: "Rarely find ice cream that my son can safely enjoy. Chocolate Dreams takes allergies seriously and the product is amazing.", name: "Jessica Thompson", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-beautiful-cheerful-female-model-has-shining-smile-looks-dreamy-into-distance-remembers-pleasant-date-with-boyfriend-has-romantic-feelings-rests-sidewalk-outdoor-cafe_273609-2728.jpg", imageAlt: "Jessica Thompson"
|
||||
id: "5", title: "Allergen-Friendly & Delicious", quote: "Rarely find ice cream that my son can safely enjoy. Chocolate Dreams takes allergies seriously and the product is amazing.", name: "Jessica Thompson", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-beautiful-cheerful-female-model-has-shining-smile-looks-dreamy-into-distance-remembers-pleasant-date-with-boyfriend-has-romantic-feelings-rests-sidewalk-outdoor-cafe_273609-2728.jpg?_wi=2", imageAlt: "Jessica Thompson"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Consistent Excellence", quote: "Every visit is consistently fantastic. The ice cream quality never varies, and the staff is always friendly and knowledgeable.", name: "Robert Hayes", role: "Corporate Executive", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg", imageAlt: "Robert Hayes"
|
||||
id: "6", title: "Consistent Excellence", quote: "Every visit is consistently fantastic. The ice cream quality never varies, and the staff is always friendly and knowledgeable.", name: "Robert Hayes", role: "Corporate Executive", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg?_wi=2", imageAlt: "Robert Hayes"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -182,15 +182,15 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Visit Chocolate Dreams Today"
|
||||
description="Join us for an unforgettable chocolate ice cream experience. Subscribe to our newsletter for exclusive flavors, special events, and sweet surprises."
|
||||
title="Get 10% Off Your First Order + Exclusive Flavor Access"
|
||||
description="Subscribe now to unlock exclusive early access to our seasonal chocolate releases, VIP flavor previews, and 10% off your first order. Join our community of chocolate lovers and never miss out on limited-edition flavors!"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-pours-tea-into-armudu-glass_140725-8184.jpg"
|
||||
imageAlt="Chocolate Dreams ice cream shop interior"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
buttonText="Claim My 10% Off"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user