12 Commits

Author SHA1 Message Date
507398dc05 Update src/app/page.tsx 2026-03-08 19:59:47 +00:00
1b6c749732 Update src/app/page.tsx 2026-03-08 19:57:06 +00:00
3313e2a282 Merge version_1 into main
Merge version_1 into main
2026-03-08 19:52:01 +00:00
73ccc0de2a Update src/app/page.tsx 2026-03-08 19:51:56 +00:00
8a6893c5bb Merge version_1 into main
Merge version_1 into main
2026-03-08 19:51:00 +00:00
0e6bb26682 Update src/app/page.tsx 2026-03-08 19:50:55 +00:00
beed98f7ad Merge version_1 into main
Merge version_1 into main
2026-03-08 19:50:00 +00:00
cb08fdaf2b Update src/app/page.tsx 2026-03-08 19:49:56 +00:00
e441d3c71f Update src/app/menu/page.tsx 2026-03-08 19:49:56 +00:00
e3fc77b177 Update src/app/layout.tsx 2026-03-08 19:49:56 +00:00
e9c3f85b4b Update src/app/contact/page.tsx 2026-03-08 19:49:55 +00:00
e0e78d3df6 Update src/app/about/page.tsx 2026-03-08 19:49:55 +00:00
5 changed files with 1423 additions and 141 deletions

View File

@@ -81,21 +81,21 @@ export default function AboutPage() {
id: "01", id: "01",
title: "Authentic Recipes", title: "Authentic Recipes",
description: "We honor traditional Asian culinary techniques while adding our own creative touch. Every recipe is carefully crafted to deliver genuine flavors that transport you to Asia.", description: "We honor traditional Asian culinary techniques while adding our own creative touch. Every recipe is carefully crafted to deliver genuine flavors that transport you to Asia.",
imageSrc: "http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg?_wi=5",
imageAlt: "Authentic Asian Cooking", imageAlt: "Authentic Asian Cooking",
}, },
{ {
id: "02", id: "02",
title: "Finest Ingredients", title: "Finest Ingredients",
description: "Quality starts with sourcing. We partner with trusted suppliers to bring you the freshest seafood, vegetables, and spices available in the region.", description: "Quality starts with sourcing. We partner with trusted suppliers to bring you the freshest seafood, vegetables, and spices available in the region.",
imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-black-background_23-2148320848.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-black-background_23-2148320848.jpg?_wi=3",
imageAlt: "Premium Ingredients", imageAlt: "Premium Ingredients",
}, },
{ {
id: "03", id: "03",
title: "Community Connection", title: "Community Connection",
description: "Rooted in Beit HaShita, we're proud to be part of this vibrant community. We support local events, welcome families, and celebrate the culture that makes our kibbutz special.", description: "Rooted in Beit HaShita, we're proud to be part of this vibrant community. We support local events, welcome families, and celebrate the culture that makes our kibbutz special.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg?_wi=3",
imageAlt: "Community Connection", imageAlt: "Community Connection",
}, },
]} ]}
@@ -120,7 +120,7 @@ export default function AboutPage() {
name: "Dina Cohen", name: "Dina Cohen",
role: "Local Resident", role: "Local Resident",
testimonial: "This restaurant has become our go-to place for special occasions. The team knows our preferences, and the food is always exceptional. It's wonderful to have such quality dining right here in Beit HaShita.", testimonial: "This restaurant has become our go-to place for special occasions. The team knows our preferences, and the food is always exceptional. It's wonderful to have such quality dining right here in Beit HaShita.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg?_wi=4",
imageAlt: "Dina Cohen", imageAlt: "Dina Cohen",
}, },
{ {
@@ -128,7 +128,7 @@ export default function AboutPage() {
name: "Yosef Levi", name: "Yosef Levi",
role: "10-Year Regular", role: "10-Year Regular",
testimonial: "I've been coming here since they opened. The consistency and quality have never wavered. Every meal feels like coming home to a place that respects both tradition and innovation.", testimonial: "I've been coming here since they opened. The consistency and quality have never wavered. Every meal feels like coming home to a place that respects both tradition and innovation.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg?_wi=3",
imageAlt: "Yosef Levi", imageAlt: "Yosef Levi",
}, },
{ {
@@ -136,7 +136,7 @@ export default function AboutPage() {
name: "Sarah Mizrahi", name: "Sarah Mizrahi",
role: "Food Enthusiast", role: "Food Enthusiast",
testimonial: "As someone who appreciates fine dining, I'm impressed by the dedication to quality. The chefs clearly care about what they create, and it shows in every bite.", testimonial: "As someone who appreciates fine dining, I'm impressed by the dedication to quality. The chefs clearly care about what they create, and it shows in every bite.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg?_wi=3",
imageAlt: "Sarah Mizrahi", imageAlt: "Sarah Mizrahi",
}, },
]} ]}
@@ -145,7 +145,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/top-hill-bright-sky_181624-8141.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-hill-bright-sky_181624-8141.jpg?_wi=3"
imageAlt="Beit HaShita Landscape" imageAlt="Beit HaShita Landscape"
logoText="סין צ'אן בית השיטה" logoText="סין צ'אן בית השיטה"
copyrightText="© 2024 סין צ'אן. All rights reserved. Beit HaShita, Israel." copyrightText="© 2024 סין צ'אן. All rights reserved. Beit HaShita, Israel."

View File

@@ -83,7 +83,7 @@ export default function ContactPage() {
required: false, required: false,
}} }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg?_wi=2"
imageAlt="סין צ'אן Restaurant Ambiance" imageAlt="סין צ'אן Restaurant Ambiance"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -111,7 +111,7 @@ export default function ContactPage() {
name: "Dina Cohen", name: "Dina Cohen",
role: "Local Resident", role: "Local Resident",
testimonial: "Absolutely amazing! The sushi is so fresh and beautifully presented. The owner's personal attention made our evening special. We come back every month!", testimonial: "Absolutely amazing! The sushi is so fresh and beautifully presented. The owner's personal attention made our evening special. We come back every month!",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg?_wi=5",
imageAlt: "Dina Cohen", imageAlt: "Dina Cohen",
}, },
{ {
@@ -119,7 +119,7 @@ export default function ContactPage() {
name: "Yosef Levi", name: "Yosef Levi",
role: "Regular Customer", role: "Regular Customer",
testimonial: "Best noodles in the region. The portions are incredibly generous, and the prices are fair. Highly recommend for families!", testimonial: "Best noodles in the region. The portions are incredibly generous, and the prices are fair. Highly recommend for families!",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg?_wi=4",
imageAlt: "Yosef Levi", imageAlt: "Yosef Levi",
}, },
{ {
@@ -127,7 +127,7 @@ export default function ContactPage() {
name: "Sarah Mizrahi", name: "Sarah Mizrahi",
role: "Food Enthusiast", role: "Food Enthusiast",
testimonial: "From Afula, we drive to Beit HaShita just for this place. The atmosphere is warm, and every dish tastes authentic. Worth the drive!", testimonial: "From Afula, we drive to Beit HaShita just for this place. The atmosphere is warm, and every dish tastes authentic. Worth the drive!",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg?_wi=4",
imageAlt: "Sarah Mizrahi", imageAlt: "Sarah Mizrahi",
}, },
]} ]}
@@ -136,7 +136,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/top-hill-bright-sky_181624-8141.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-hill-bright-sky_181624-8141.jpg?_wi=4"
imageAlt="Beit HaShita Landscape" imageAlt="Beit HaShita Landscape"
logoText="סין צ'אן בית השיטה" logoText="סין צ'אן בית השיטה"
copyrightText="© 2024 סין צ'אן. All rights reserved. Beit HaShita, Israel." copyrightText="© 2024 סין צ'אן. All rights reserved. Beit HaShita, Israel."

File diff suppressed because it is too large Load Diff

View File

@@ -66,7 +66,7 @@ export default function MenuPage() {
description: description:
"Expertly crafted sushi rolls featuring fresh fish, premium ingredients, and traditional rolling techniques. Choose from classic rolls to our signature creations.", "Expertly crafted sushi rolls featuring fresh fish, premium ingredients, and traditional rolling techniques. Choose from classic rolls to our signature creations.",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg", "http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg?_wi=3",
imageAlt: "Sushi & Rolls Collection", imageAlt: "Sushi & Rolls Collection",
}, },
{ {
@@ -75,7 +75,7 @@ export default function MenuPage() {
description: description:
"Aromatic broths simmered for hours paired with perfectly cooked noodles. Each bowl is a warm, comforting masterpiece.", "Aromatic broths simmered for hours paired with perfectly cooked noodles. Each bowl is a warm, comforting masterpiece.",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-black-background_23-2148320848.jpg", "http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-black-background_23-2148320848.jpg?_wi=2",
imageAlt: "Ramen & Noodle Soups", imageAlt: "Ramen & Noodle Soups",
}, },
{ {
@@ -84,7 +84,7 @@ export default function MenuPage() {
description: description:
"Begin your meal with our selection of crispy gyoza, savory edamame, spring rolls, and other delightful bite-sized treasures.", "Begin your meal with our selection of crispy gyoza, savory edamame, spring rolls, and other delightful bite-sized treasures.",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg", "http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg?_wi=4",
imageAlt: "Appetizers & Starters", imageAlt: "Appetizers & Starters",
}, },
{ {
@@ -93,7 +93,7 @@ export default function MenuPage() {
description: description:
"Quench your thirst with our signature cocktails, refreshing Asian beverages, and premium selection of wines and spirits.", "Quench your thirst with our signature cocktails, refreshing Asian beverages, and premium selection of wines and spirits.",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg", "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg?_wi=2",
imageAlt: "Craft Cocktails & Beverages", imageAlt: "Craft Cocktails & Beverages",
}, },
]} ]}
@@ -121,7 +121,7 @@ export default function MenuPage() {
testimonial: testimonial:
"The California Roll is perfection! Fresh, perfectly balanced, and beautifully presented every single time.", "The California Roll is perfection! Fresh, perfectly balanced, and beautifully presented every single time.",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg", "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg?_wi=2",
imageAlt: "Dina Cohen", imageAlt: "Dina Cohen",
}, },
{ {
@@ -131,7 +131,7 @@ export default function MenuPage() {
testimonial: testimonial:
"The Tonkotsu Ramen is legendary. Rich broth, tender pork, and noodles cooked to absolute perfection!", "The Tonkotsu Ramen is legendary. Rich broth, tender pork, and noodles cooked to absolute perfection!",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg?_wi=2",
imageAlt: "Yosef Levi", imageAlt: "Yosef Levi",
}, },
{ {
@@ -141,7 +141,7 @@ export default function MenuPage() {
testimonial: testimonial:
"Their Dragon Roll is a must-try. The combination of flavors and textures is absolutely incredible.", "Their Dragon Roll is a must-try. The combination of flavors and textures is absolutely incredible.",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg?_wi=2",
imageAlt: "Sarah Mizrahi", imageAlt: "Sarah Mizrahi",
}, },
]} ]}
@@ -174,7 +174,7 @@ export default function MenuPage() {
required: true, required: true,
}} }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg?_wi=1"
imageAlt="סין צ'אן Menu Inquiry" imageAlt="סין צ'אן Menu Inquiry"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -185,7 +185,7 @@ export default function MenuPage() {
{/* Footer */} {/* Footer */}
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/top-hill-bright-sky_181624-8141.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-hill-bright-sky_181624-8141.jpg?_wi=2"
imageAlt="Beit HaShita Landscape" imageAlt="Beit HaShita Landscape"
logoText="סין צ'אן בית השיטה" logoText="סין צ'אן בית השיטה"
copyrightText="© 2024 סין צ'אן. All rights reserved. Beit HaShita, Israel." copyrightText="© 2024 סין צ'אן. All rights reserved. Beit HaShita, Israel."

View File

@@ -19,7 +19,7 @@ export default function HomePage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles" sizing="mediumLargeSizeMediumTitles"
background="floatingGradient" background="circleGradient"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="shadow" primaryButtonStyle="shadow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -35,31 +35,25 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
button={{ button={{
text: "Call Now", text: "Call Now", href: "tel:+972-4-XXXXXXX"}}
href: "tel:+972-4-XXXXXXX",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
title="Authentic Asian Cuisine in Beit HaShita" title="סין צ'אן בית השיטה - Authentic Asian Cuisine Experience"
description="Experience genuine sushi, noodles, and cocktails crafted with passion and the finest ingredients. Join us for an unforgettable dining experience with Mt. Gilboa views." description="Experience genuine sushi, noodles, and cocktails crafted with passion and the finest ingredients. Join us for an unforgettable dining experience with Mt. Gilboa views. Whether you're celebrating a special moment or enjoying casual dining, our warm hospitality awaits."
background={{ variant: "floatingGradient" }} background={{ variant: "plain" }}
tag="Beit HaShita's Finest" tag="Beit HaShita's Finest"
tagIcon={Sparkles} tagIcon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/fruit-plate-topped-with-cream-sugar-powder_140725-2525.jpg" imageSrc="http://img.b2bpic.net/free-photo/fruit-plate-topped-with-cream-sugar-powder_140725-2525.jpg"
imageAlt="סין צ'אן Restaurant Interior" imageAlt="סין צ'אן Restaurant Interior"
buttons={[ buttons={[
{ {
text: "Call Now", text: "Reserve Now", href: "/contact"},
href: "tel:+972-4-XXXXXXX",
},
{ {
text: "Reserve Online", text: "Order Online", href: "tel:+972-4-XXXXXXX"},
href: "/contact",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -71,24 +65,16 @@ export default function HomePage() {
metrics={[ metrics={[
{ {
icon: Star, icon: Star,
label: "Customer Rating", label: "Customer Rating", value: "4.4★"},
value: "4.4★",
},
{ {
icon: Users, icon: Users,
label: "Happy Guests", label: "Happy Guests", value: "497+"},
value: "497+",
},
{ {
icon: Clock, icon: Clock,
label: "Operating Since", label: "Operating Since", value: "2015"},
value: "2015",
},
{ {
icon: MapPin, icon: MapPin,
label: "Locations Served", label: "Locations Served", value: "Local & Visitors"},
value: "Local & Visitors",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -103,33 +89,13 @@ export default function HomePage() {
tagIcon={ChefHat} tagIcon={ChefHat}
features={[ features={[
{ {
id: "01", id: "01", title: "Premium Sushi Selection", description: "Fresh, hand-rolled sushi using the finest seafood and authentic Japanese techniques for an unforgettable taste.", imageSrc: "http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg?_wi=1", imageAlt: "Signature Sushi Platter"},
title: "Premium Sushi Selection",
description: "Fresh, hand-rolled sushi using the finest seafood and authentic Japanese techniques for an unforgettable taste.",
imageSrc: "http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg",
imageAlt: "Signature Sushi Platter",
},
{ {
id: "02", id: "02", title: "Authentic Noodle Dishes", description: "Fragrant, perfectly cooked noodles in rich broths, bringing authentic Asian flavors to your table.", imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-black-background_23-2148320848.jpg?_wi=1", imageAlt: "Asian Noodle Bowl"},
title: "Authentic Noodle Dishes",
description: "Fragrant, perfectly cooked noodles in rich broths, bringing authentic Asian flavors to your table.",
imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-black-background_23-2148320848.jpg",
imageAlt: "Asian Noodle Bowl",
},
{ {
id: "03", id: "03", title: "Craft Cocktails & Drinks", description: "Signature cocktails and traditional Asian beverages expertly prepared by our skilled mixologists.", imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg?_wi=1", imageAlt: "Craft Cocktail"},
title: "Craft Cocktails & Drinks",
description: "Signature cocktails and traditional Asian beverages expertly prepared by our skilled mixologists.",
imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg",
imageAlt: "Craft Cocktail",
},
{ {
id: "04", id: "04", title: "Generous Portions", description: "Every dish is crafted with care, featuring abundant portions that celebrate our commitment to value and quality.", imageSrc: "http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg?_wi=2", imageAlt: "Generous Serving Size"},
title: "Generous Portions",
description: "Every dish is crafted with care, featuring abundant portions that celebrate our commitment to value and quality.",
imageSrc: "http://img.b2bpic.net/free-photo/fried-sushi-set-table_140725-9816.jpg",
imageAlt: "Generous Serving Size",
},
]} ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -148,37 +114,13 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Dina Cohen", role: "Local Resident", testimonial: "Absolutely amazing! The sushi is so fresh and beautifully presented. The owner's personal attention made our evening special. We come back every month!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg?_wi=1", imageAlt: "Dina Cohen"},
name: "Dina Cohen",
role: "Local Resident",
testimonial: "Absolutely amazing! The sushi is so fresh and beautifully presented. The owner's personal attention made our evening special. We come back every month!",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-hair-outside-posing-portrait-close-up_1321-4608.jpg",
imageAlt: "Dina Cohen",
},
{ {
id: "2", id: "2", name: "Yosef Levi", role: "Regular Customer", testimonial: "Best noodles in the region. The portions are incredibly generous, and the prices are fair. Highly recommend for families!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg?_wi=1", imageAlt: "Yosef Levi"},
name: "Yosef Levi",
role: "Regular Customer",
testimonial: "Best noodles in the region. The portions are incredibly generous, and the prices are fair. Highly recommend for families!",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg",
imageAlt: "Yosef Levi",
},
{ {
id: "3", id: "3", name: "Sarah Mizrahi", role: "Food Enthusiast", testimonial: "From Afula, we drive to Beit HaShita just for this place. The atmosphere is warm, and every dish tastes authentic. Worth the drive!", imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg?_wi=1", imageAlt: "Sarah Mizrahi"},
name: "Sarah Mizrahi",
role: "Food Enthusiast",
testimonial: "From Afula, we drive to Beit HaShita just for this place. The atmosphere is warm, and every dish tastes authentic. Worth the drive!",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg",
imageAlt: "Sarah Mizrahi",
},
{ {
id: "4", id: "4", name: "Ronen Dahan", role: "Business Visitor", testimonial: "Perfect spot for business lunch or casual dinner. Quick service, excellent quality, and the view from the restaurant is gorgeous.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-walking-outdoors_171337-19862.jpg", imageAlt: "Ronen Dahan"},
name: "Ronen Dahan",
role: "Business Visitor",
testimonial: "Perfect spot for business lunch or casual dinner. Quick service, excellent quality, and the view from the restaurant is gorgeous.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-walking-outdoors_171337-19862.jpg",
imageAlt: "Ronen Dahan",
},
]} ]}
/> />
</div> </div>
@@ -212,72 +154,45 @@ export default function HomePage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/top-hill-bright-sky_181624-8141.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-hill-bright-sky_181624-8141.jpg?_wi=1"
imageAlt="Beit HaShita Landscape" imageAlt="Beit HaShita Landscape"
logoText="סין צ'אן בית השיטה" logoText="סין צ'אן בית השיטה"
copyrightText="© 2024 סין צ'אן. All rights reserved. Beit HaShita, Israel." copyrightText="© 2024 סין צ'אן. All rights reserved. Beit HaShita, Israel."
columns={[ columns={[
{ {
title: "Restaurant", title: "Restaurant", items: [
items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
{ {
label: "Reserve Now", label: "Reserve Now", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Hours & Location", title: "Hours & Location", items: [
items: [
{ {
label: "Mon-Thu: 12pm-11pm", label: "Mon-Thu: 12pm-11pm", href: "#"},
href: "#",
},
{ {
label: "Fri: 12pm-12am", label: "Fri: 12pm-12am", href: "#"},
href: "#",
},
{ {
label: "Sat: 1pm-12am", label: "Sat: 1pm-12am", href: "#"},
href: "#",
},
{ {
label: "Beit HaShita, Israel", label: "Beit HaShita, Israel", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Contact Info", title: "Contact Info", items: [
items: [
{ {
label: "Call Us", label: "Call Us", href: "tel:+972-4-XXXXXXX"},
href: "tel:+972-4-XXXXXXX",
},
{ {
label: "Email", label: "Email", href: "mailto:info@sinhchan.local"},
href: "mailto:info@sinhchan.local",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}