Merge version_1_1781533723936 into main #1

Merged
bender merged 2 commits from version_1_1781533723936 into main 2026-06-15 14:31:03 +00:00

View File

@@ -15,28 +15,16 @@ export default function HomePage() {
<SectionErrorBoundary name="hero">
<HeroCenteredLogos
avatarsSrc={[
"http://img.b2bpic.net/free-photo/smiling-teenage-girl-makes-face-palm-feels-glad-wears-casual-t-shirt-with-jumper-enjoys-summer-time-eats-delicious-ice-cream-stick-has-good-mood-isolated-pink-wall-fun-sweets_273609-48515.jpg",
"http://img.b2bpic.net/free-photo/woman-photographing-with-her-mobile-chocolate-croissant_1157-1971.jpg",
"http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg",
"http://img.b2bpic.net/free-photo/front-view-man-holding-delicious-ice-cream_23-2150696622.jpg",
]}
"http://img.b2bpic.net/free-photo/smiling-teenage-girl-makes-face-palm-feels-glad-wears-casual-t-shirt-with-jumper-enjoys-summer-time-eats-delicious-ice-cream-stick-has-good-mood-isolated-pink-wall-fun-sweets_273609-48515.jpg", "http://img.b2bpic.net/free-photo/woman-photographing-with-her-mobile-chocolate-croissant_1157-1971.jpg", "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", "http://img.b2bpic.net/free-photo/front-view-man-holding-delicious-ice-cream_23-2150696622.jpg"]}
avatarText="Loved by locals"
title="Parad'ice MOUROUJ 6"
description="Authentic, handcrafted ice cream made with passion and the finest natural ingredients. Bringing a touch of cold magic to our neighborhood."
primaryButton={{
text: "Our Flavors",
href: "#flavors",
}}
text: "Our Flavors", href: "#flavors"}}
secondaryButton={{
text: "Visit Today",
href: "#contact",
}}
text: "Visit Today", href: "#contact"}}
names={[
"Amira",
"Youssef",
"Sami",
"Leila",
]}
"Amira", "Youssef", "Sami", "Leila"]}
imageSrc="http://img.b2bpic.net/free-photo/various-ice-cream-balls-with-banana-slices_140725-872.jpg"
/>
</SectionErrorBoundary>
@@ -62,47 +50,19 @@ export default function HomePage() {
description="Explore our wide variety of artisanal ice creams, ranging from classic favorites to bold new combinations."
items={[
{
title: "Velvet Chocolate",
description: "Rich, creamy dark chocolate blend.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-ice-cream-with-biscuits_23-2149836051.jpg",
},
title: "Velvet Chocolate", description: "Rich, creamy dark chocolate blend.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tasty-ice-cream-with-biscuits_23-2149836051.jpg"},
{
title: "Strawberry Bliss",
description: "Bursting with sun-ripened strawberries.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pink-ice-cream-still-life_23-2150096612.jpg",
},
title: "Strawberry Bliss", description: "Bursting with sun-ripened strawberries.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pink-ice-cream-still-life_23-2150096612.jpg"},
{
title: "Pure Vanilla",
description: "The classic Madagascar bean experience.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-whipped-cream-cake_23-2148494047.jpg",
},
title: "Pure Vanilla", description: "The classic Madagascar bean experience.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-whipped-cream-cake_23-2148494047.jpg"},
{
title: "Pistachio Dream",
description: "Premium roasted pistachio goodness.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-table_23-2148507983.jpg",
},
title: "Pistachio Dream", description: "Premium roasted pistachio goodness.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-table_23-2148507983.jpg"},
{
title: "Salted Caramel",
description: "Perfect balance of sweet and salty.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-caramel-ice-cream-with-nuts-texture_23-2151987218.jpg",
},
title: "Salted Caramel", description: "Perfect balance of sweet and salty.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-caramel-ice-cream-with-nuts-texture_23-2151987218.jpg"},
{
title: "Mango Refresh",
description: "Tropical fruit sorbet delight.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-musli-yogurt-with-fresh-fruits-arrangement_23-2148267694.jpg",
},
title: "Mango Refresh", description: "Tropical fruit sorbet delight.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-musli-yogurt-with-fresh-fruits-arrangement_23-2148267694.jpg"},
{
title: "Minty Chip",
description: "Cool mint with dark chocolate shards.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pink-green-ice-cream-still-life_23-2150096674.jpg",
},
title: "Minty Chip", description: "Cool mint with dark chocolate shards.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pink-green-ice-cream-still-life_23-2150096674.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -116,17 +76,11 @@ export default function HomePage() {
description="We are proud of the love our community shows us every single day."
metrics={[
{
value: "20+",
description: "Unique Recipes",
},
value: "20+", description: "Unique Recipes"},
{
value: "1000+",
description: "Happy Customers",
},
value: "1000+", description: "Happy Customers"},
{
value: "100%",
description: "Natural Ingredients",
},
value: "100%", description: "Natural Ingredients"},
]}
/>
</SectionErrorBoundary>
@@ -140,45 +94,20 @@ export default function HomePage() {
description="Don't take our word for it — hear from our dedicated ice cream lovers."
testimonials={[
{
id: "1",
name: "Sarah Ahmed",
role: "Frequent Visitor",
quote: "The pistachio ice cream is simply the best in Mourouj!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/glazing-berries_1098-15036.jpg",
},
name: "Sarah Ahmed", role: "Frequent Visitor", quote: "The pistachio ice cream is simply the best in Mourouj!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/glazing-berries_1098-15036.jpg"},
{
id: "2",
name: "Karim Ben",
role: "Family Man",
quote: "My kids demand to visit Parad'ice every Friday evening.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-getting-some-street-food-outdoors_23-2149009655.jpg",
},
name: "Karim Ben", role: "Family Man", quote: "My kids demand to visit Parad'ice every Friday evening.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-getting-some-street-food-outdoors_23-2149009655.jpg"},
{
id: "3",
name: "Nadia O.",
role: "Local Professional",
quote: "A perfect treat after a long day at the office. High quality.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg",
},
name: "Nadia O.", role: "Local Professional", quote: "A perfect treat after a long day at the office. High quality.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg"},
{
id: "4",
name: "Fares K.",
role: "Student",
quote: "Great variety and even better service. Love the caramel!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2834.jpg",
},
name: "Fares K.", role: "Student", quote: "Great variety and even better service. Love the caramel!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2834.jpg"},
{
id: "5",
name: "Maya R.",
role: "Foodie",
quote: "Finally, a place that takes their ingredients seriously. Authentic.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-picture-together-cafe_23-2147826824.jpg",
},
name: "Maya R.", role: "Foodie", quote: "Finally, a place that takes their ingredients seriously. Authentic.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-picture-together-cafe_23-2147826824.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -192,20 +121,11 @@ export default function HomePage() {
description="The dedicated people working hard behind the counter to craft your favorite treats."
members={[
{
name: "Amira",
role: "Lead Ice Cream Maker",
imageSrc: "http://img.b2bpic.net/free-photo/cute-women-eating-ice-cream_23-2150244875.jpg",
},
name: "Amira", role: "Lead Ice Cream Maker", imageSrc: "http://img.b2bpic.net/free-photo/cute-women-eating-ice-cream_23-2150244875.jpg"},
{
name: "Youssef",
role: "Flavor Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208299.jpg",
},
name: "Youssef", role: "Flavor Specialist", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208299.jpg"},
{
name: "Sami",
role: "Customer Experience",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
},
name: "Sami", role: "Customer Experience", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -219,17 +139,11 @@ export default function HomePage() {
description="Have questions about our ingredients or opening hours?"
items={[
{
question: "Are your ingredients natural?",
answer: "Yes, we prioritize using only natural, high-quality ingredients with no artificial colorings.",
},
question: "Are your ingredients natural?", answer: "Yes, we prioritize using only natural, high-quality ingredients with no artificial colorings."},
{
question: "Do you offer vegan options?",
answer: "Absolutely! We have a dedicated selection of fruit-based sorbets.",
},
question: "Do you offer vegan options?", answer: "Absolutely! We have a dedicated selection of fruit-based sorbets."},
{
question: "Can I request custom flavors for parties?",
answer: "Yes, please contact us directly for event catering inquiries.",
},
question: "Can I request custom flavors for parties?", answer: "Yes, please contact us directly for event catering inquiries."},
]}
/>
</SectionErrorBoundary>
@@ -241,13 +155,9 @@ export default function HomePage() {
tag="Visit Us"
text="Parad'ice MOUROUJ 6 is waiting for you! Come visit us and grab a scoop (or three)."
primaryButton={{
text: "Get Directions",
href: "#",
}}
text: "Get Directions", href: "#"}}
secondaryButton={{
text: "Follow on Instagram",
href: "#",
}}
text: "Follow on Instagram", href: "#"}}
/>
</SectionErrorBoundary>
</div>