9 Commits

Author SHA1 Message Date
6ceeeda8c6 Merge version_3 into main
Merge version_3 into main
2026-03-12 17:51:12 +00:00
16120232ba Update src/app/page.tsx 2026-03-12 17:51:08 +00:00
10bcaff1cf Merge version_2 into main
Merge version_2 into main
2026-03-12 17:48:32 +00:00
6115048d51 Update src/app/page.tsx 2026-03-12 17:48:28 +00:00
b5b8293bb5 Merge version_2 into main
Merge version_2 into main
2026-03-12 17:48:07 +00:00
5dcb04a92b Update src/app/page.tsx 2026-03-12 17:48:03 +00:00
0d25574d9a Merge version_1 into main
Merge version_1 into main
2026-03-12 17:47:02 +00:00
0b54341a9c Merge version_1 into main
Merge version_1 into main
2026-03-12 17:46:33 +00:00
ecf2509681 Merge version_1 into main
Merge version_1 into main
2026-03-12 17:45:40 +00:00

View File

@@ -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>