diff --git a/src/app/page.tsx b/src/app/page.tsx
index 25489a9..109565b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -52,44 +44,28 @@ export default function LandingPage() {
@@ -99,9 +75,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Crafted with Passion"
description={[
- "At Cream & Dream, we believe ice cream should be an experience. We source our milk from family-owned dairies and use organic, seasonal ingredients to create flavors that surprise and delight.",
- "Our small-batch process ensures every scoop is rich, creamy, and packed with authentic goodness. Join us for a taste of summer, all year round.",
- ]}
+ "At Cream & Dream, we believe ice cream should be an experience. We source our milk from family-owned dairies and use organic, seasonal ingredients to create flavors that surprise and delight.", "Our small-batch process ensures every scoop is rich, creamy, and packed with authentic goodness. Join us for a taste of summer, all year round."]}
/>
@@ -113,26 +87,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Wild Strawberry Fields",
- price: "$5.50",
- variant: "Gelato",
- imageSrc: "http://img.b2bpic.net/free-photo/yogurt-with-mixed-berries_1339-4229.jpg",
- },
+ id: "1", name: "Wild Strawberry Fields", price: "$5.50", variant: "Gelato", imageSrc: "http://img.b2bpic.net/free-photo/yogurt-with-mixed-berries_1339-4229.jpg"},
{
- id: "2",
- name: "Dark Belgian Cocoa",
- price: "$6.00",
- variant: "Dairy-Free",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-with-spoons-cloth_23-2148689855.jpg",
- },
+ id: "2", name: "Dark Belgian Cocoa", price: "$6.00", variant: "Dairy-Free", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-with-spoons-cloth_23-2148689855.jpg"},
{
- id: "3",
- name: "Classic Madagascar Vanilla",
- price: "$5.00",
- variant: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-egg-breakfast_23-2148695045.jpg",
- },
+ id: "3", name: "Classic Madagascar Vanilla", price: "$5.00", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-egg-breakfast_23-2148695045.jpg"},
]}
title="Our Signature Flavors"
description="Indulge in our carefully curated selection of handcrafted gelato and ice cream classics."
@@ -145,37 +104,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Amazing experience!",
- quote: "The best ice cream I've ever had. Truly artisan.",
- name: "Sarah Jenkins",
- role: "Food Blogger",
- imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-wafers-exotic-fruits_23-2148177296.jpg",
- },
+ id: "1", title: "Amazing experience!", quote: "The best ice cream I've ever had. Truly artisan.", name: "Sarah Jenkins", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-wafers-exotic-fruits_23-2148177296.jpg"},
{
- id: "2",
- title: "Simply delicious",
- quote: "I come here every weekend. The flavors are incredible.",
- name: "Marcus Chen",
- role: "Regular Customer",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-refreshing-ice-cream-cones-table_23-2148513972.jpg",
- },
+ id: "2", title: "Simply delicious", quote: "I come here every weekend. The flavors are incredible.", name: "Marcus Chen", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-refreshing-ice-cream-cones-table_23-2148513972.jpg"},
{
- id: "3",
- title: "Great atmosphere",
- quote: "Super cozy spot. My kids love the vanilla bean.",
- name: "Elena Rodriguez",
- role: "Parent",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-lobby-with-black-floor_1203-625.jpg",
- },
+ id: "3", title: "Great atmosphere", quote: "Super cozy spot. My kids love the vanilla bean.", name: "Elena Rodriguez", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lobby-with-black-floor_1203-625.jpg"},
{
- id: "4",
- title: "Unique flavors",
- quote: "Found my new favorite local business. High quality.",
- name: "David Miller",
- role: "Local resident",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7935.jpg",
- },
+ id: "4", title: "Unique flavors", quote: "Found my new favorite local business. High quality.", name: "David Miller", role: "Local resident", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7935.jpg"},
]}
title="Loved by Everyone"
description="See why our local community considers us the go-to spot for the perfect frozen treat."
@@ -188,26 +123,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Do you have vegan options?",
- content: "Yes, we always have at least three delicious vegan dairy-free gelato flavors available.",
- },
+ id: "1", title: "Do you have vegan options?", content: "Yes, we always have at least three delicious vegan dairy-free gelato flavors available."},
{
- id: "2",
- title: "Can I book for parties?",
- content: "Absolutely! We offer catering services for birthdays and events. Contact us for details.",
- },
+ id: "2", title: "Can I book for parties?", content: "Absolutely! We offer catering services for birthdays and events. Contact us for details."},
{
- id: "3",
- title: "Are you open on Sundays?",
- content: "We are open seven days a week, from 11:00 AM to 10:00 PM.",
- },
+ id: "3", title: "Are you open on Sundays?", content: "We are open seven days a week, from 11:00 AM to 10:00 PM."},
]}
ctaTitle="Visit Us Today"
ctaDescription="Located in the heart of the city. Stop by for a scoop!"
ctaButton={{
- text: "Get Directions",
- }}
+ text: "Get Directions"}}
ctaIcon={MapPin}
/>
@@ -216,33 +141,21 @@ export default function LandingPage() {