Merge version_1_1781777389827 into main #1

Merged
bender merged 2 commits from version_1_1781777389827 into main 2026-06-18 10:11:07 +00:00

View File

@@ -18,20 +18,14 @@ export default function HomePage() {
title="Your Sugar Rush Starts Here!"
description="Discover the sweetest treats in Batna. Located inside Festival City Mall."
primaryButton={{
text: "Get Directions",
href: "https://maps.app.goo.gl/BatnaH53G",
}}
text: "Get Directions", href: "https://maps.app.goo.gl/BatnaH53G"}}
secondaryButton={{
text: "Call Us",
href: "tel:0555132933",
}}
text: "Call Us", href: "tel:0555132933"}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/easter-eggs-spoons-blue-table_23-2148067451.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/easter-eggs-spoons-blue-table_23-2148067451.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-baking-background-with-kitchen-utensils_114579-7842.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-baking-background-with-kitchen-utensils_114579-7842.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -42,33 +36,19 @@ export default function HomePage() {
<MetricsFeatureCards
tag="Our Highlights"
title="Candy Days at a Glance"
description="Discover why we are the favorite spot for candy lovers in Batna."
metrics={[
{
value: "4.2",
title: "Star Rating",
features: [
"43 Reviews",
"Highly Rated",
"Verified",
],
value: "4.2", title: "Star Rating", features: [
"43 Reviews", "Highly Rated", "Verified"],
},
{
value: "Batna",
title: "Location",
features: [
"Festival City",
"Easy Access",
"Central",
],
value: "Batna", title: "Location", features: [
"Festival City", "Easy Access", "Central"],
},
{
value: "Open",
title: "Store Hours",
features: [
"Until Midnight",
"Visit Daily",
"Always Fresh",
],
value: "Open", title: "Store Hours", features: [
"Until Midnight", "Visit Daily", "Always Fresh"],
},
]}
/>
@@ -83,20 +63,11 @@ export default function HomePage() {
description="At Candy Days, we bring you the best treats from around the world. Whether you are looking for classic favorites or the latest viral candies from social media, we have it all."
items={[
{
icon: Star,
title: "Viral Candy",
description: "Latest trends from TikTok and Instagram.",
},
icon: "Star", title: "Viral Candy", description: "Latest trends from TikTok and Instagram."},
{
icon: Smile,
title: "Family Friendly",
description: "Lots of options for the little ones.",
},
icon: "Smile", title: "Family Friendly", description: "Lots of options for the little ones."},
{
icon: Sparkles,
title: "Clean Vibes",
description: "Beautiful place you'll love to visit.",
},
icon: "Sparkles", title: "Clean Vibes", description: "Beautiful place you'll love to visit."},
]}
imageSrc="http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525712.jpg"
/>
@@ -111,47 +82,19 @@ export default function HomePage() {
description="Explore our curated collection of delicious treats."
items={[
{
title: "Candy Jars",
description: "Classic jars filled with colors.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-candy-arrangement_23-2150798982.jpg",
},
title: "Candy Jars", description: "Classic jars filled with colors.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-candy-arrangement_23-2150798982.jpg"},
{
title: "Gummy Selection",
description: "Soft and chewy fan favorites.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-two-little-female-friends-blowing-party-horn_23-2148046125.jpg",
},
title: "Gummy Selection", description: "Soft and chewy fan favorites.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-two-little-female-friends-blowing-party-horn_23-2148046125.jpg"},
{
title: "Chocolate Delights",
description: "Premium chocolates from world brands.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-macaroons-from-display-case_23-2147787062.jpg",
},
title: "Chocolate Delights", description: "Premium chocolates from world brands.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-macaroons-from-display-case_23-2147787062.jpg"},
{
title: "Sour Treats",
description: "For those who like a kick.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/low-view-woman-playing-arcade-machine_23-2148253126.jpg",
},
title: "Sour Treats", description: "For those who like a kick.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/low-view-woman-playing-arcade-machine_23-2148253126.jpg"},
{
title: "Gift Sets",
description: "Perfect for your loved ones.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colorful-ball-lollipops_23-2150621669.jpg",
},
title: "Gift Sets", description: "Perfect for your loved ones.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colorful-ball-lollipops_23-2150621669.jpg"},
{
title: "Viral Finds",
description: "Everything trending on social media.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/gift-box-bowl-chewing-gum-marble-surface_114579-79912.jpg",
},
title: "Viral Finds", description: "Everything trending on social media.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/gift-box-bowl-chewing-gum-marble-surface_114579-79912.jpg"},
{
title: "Seasonal Candy",
description: "Holiday specials available now.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/bright-macaroons-display-case-cafe_23-2147787066.jpg",
},
title: "Seasonal Candy", description: "Holiday specials available now.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/bright-macaroons-display-case-cafe_23-2147787066.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -162,46 +105,25 @@ export default function HomePage() {
<TestimonialMarqueeOverlayCards
tag="Reviews"
title="What Our Customers Say"
description="Hear from our sweet community in Batna."
primaryButton={{
text: "Write a Review",
href: "https://maps.app.goo.gl/BatnaH53G",
}}
text: "Write a Review", href: "https://maps.app.goo.gl/BatnaH53G"}}
testimonials={[
{
name: "Cha yma",
role: "Customer",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12693.jpg",
},
name: "Cha yma", role: "Customer", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12693.jpg"},
{
name: "Mordjana Modja",
role: "Customer",
company: "Local",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-walking-couple_1301-1316.jpg",
},
name: "Mordjana Modja", role: "Customer", company: "Local", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-walking-couple_1301-1316.jpg"},
{
name: "brahim benarfa",
role: "Customer",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-teenage-girl-emotions-concept-emotion-happiness_169016-66507.jpg",
},
name: "brahim benarfa", role: "Customer", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-teenage-girl-emotions-concept-emotion-happiness_169016-66507.jpg"},
{
name: "Customer 4",
role: "Visitor",
company: "Mall",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-lady-eyeglasses-dress-standing-with-lollipop-candy-hand-happily-looking-camera-blue-background_574295-3310.jpg",
},
name: "Customer 4", role: "Visitor", company: "Mall", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-lady-eyeglasses-dress-standing-with-lollipop-candy-hand-happily-looking-camera-blue-background_574295-3310.jpg"},
{
name: "Customer 5",
role: "Fan",
company: "Batna",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-housewife-shirt-colored-cape-holding-yellow-heart-shape-smiling-green_140725-30376.jpg",
},
name: "Customer 5", role: "Fan", company: "Batna", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-housewife-shirt-colored-cape-holding-yellow-heart-shape-smiling-green_140725-30376.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -215,17 +137,11 @@ export default function HomePage() {
description="Come see us in person at H53G+3H Batna."
items={[
{
question: "Are you open on weekends?",
answer: "Yes, we are open daily until midnight.",
},
question: "Are you open on weekends?", answer: "Yes, we are open daily until midnight."},
{
question: "Where are you located exactly?",
answer: "We are inside the Festival City Mall, Batna.",
},
question: "Where are you located exactly?", answer: "We are inside the Festival City Mall, Batna."},
{
question: "Do you have viral items?",
answer: "We stock the latest viral candy trends you see on social media.",
},
question: "Do you have viral items?", answer: "We stock the latest viral candy trends you see on social media."},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-woman-playing-arcade-machine_23-2148253120.jpg"
/>
@@ -238,13 +154,9 @@ export default function HomePage() {
tag="Visit Today"
text="Ready to satisfy your cravings? Come visit us today or call us for details."
primaryButton={{
text: "Get Directions",
href: "https://maps.app.goo.gl/BatnaH53G",
}}
text: "Get Directions", href: "https://maps.app.goo.gl/BatnaH53G"}}
secondaryButton={{
text: "Call Now",
href: "tel:0555132933",
}}
text: "Call Now", href: "tel:0555132933"}}
/>
</SectionErrorBoundary>
</div>