Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
197
src/app/page.tsx
197
src/app/page.tsx
@@ -19,7 +19,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -35,9 +35,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+972-4-XXXXXXX",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+972-4-XXXXXXX"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,20 +44,16 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Authentic Asian Cuisine in Beit HaShita"
|
||||
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."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Beit HaShita's Finest"
|
||||
tagIcon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fruit-plate-topped-with-cream-sugar-powder_140725-2525.jpg"
|
||||
imageAlt="סין צ'אן Restaurant Interior"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+972-4-XXXXXXX",
|
||||
},
|
||||
text: "Call Now", href: "tel:+972-4-XXXXXXX"},
|
||||
{
|
||||
text: "Reserve Online",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Reserve Online", href: "/contact"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -71,24 +65,16 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Customer Rating",
|
||||
value: "4.4★",
|
||||
},
|
||||
label: "Customer Rating", value: "4.4★"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Guests",
|
||||
value: "497+",
|
||||
},
|
||||
label: "Happy Guests", value: "497+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Operating Since",
|
||||
value: "2015",
|
||||
},
|
||||
label: "Operating Since", value: "2015"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Locations Served",
|
||||
value: "Local & Visitors",
|
||||
},
|
||||
label: "Locations Served", value: "Local & Visitors"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -103,33 +89,13 @@ export default function HomePage() {
|
||||
tagIcon={ChefHat}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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", imageAlt: "Signature Sushi Platter"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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", imageAlt: "Asian Noodle Bowl"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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", imageAlt: "Craft Cocktail"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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", imageAlt: "Generous Serving Size"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -148,136 +114,81 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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", imageAlt: "Dina Cohen"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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", imageAlt: "Yosef Levi"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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", imageAlt: "Sarah Mizrahi"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<section className="w-full py-16 md:py-24 bg-gradient-to-b from-transparent to-background-accent/20">
|
||||
<div className="mx-auto px-4 md:px-6 max-w-6xl text-center">
|
||||
<h2 className="text-3xl md:text-5xl font-bold mb-6 text-foreground">
|
||||
Ready to Experience Something Special?
|
||||
</h2>
|
||||
<p className="text-lg md:text-xl text-foreground/80 mb-8 max-w-2xl mx-auto">
|
||||
Whether you're looking for a casual dinner, special celebration, or quick takeaway, סין צ'אן is ready to welcome you with authentic flavors and warm hospitality.
|
||||
</p>
|
||||
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
||||
<Link
|
||||
href="/contact"
|
||||
className="px-8 py-3 md:py-4 bg-primary-cta text-primary-cta-text rounded-full font-semibold hover:bg-primary-cta/90 transition-colors"
|
||||
>
|
||||
Reserve Your Table
|
||||
</Link>
|
||||
<a
|
||||
href="tel:+972-4-XXXXXXX"
|
||||
className="px-8 py-3 md:py-4 bg-secondary-cta text-secondary-cta-text border-2 border-primary-cta rounded-full font-semibold hover:bg-accent/10 transition-colors"
|
||||
>
|
||||
Call Now
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get in Touch or Reserve Your Table"
|
||||
description="Whether you have questions about our menu, want to make a reservation, or need directions, we're here to help. Reach out today and experience authentic Asian cuisine at סין צ'אן."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "date", type: "date", placeholder: "Preferred Date", required: false },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your reservation or inquiry...", rows: 5,
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg"
|
||||
imageAlt="סין צ'אן Restaurant Ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Inquiry"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-hill-bright-sky_181624-8141.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-hill-bright-sky_181624-8141.jpg"
|
||||
imageAlt="Beit HaShita Landscape"
|
||||
logoText="סין צ'אן בית השיטה"
|
||||
copyrightText="© 2024 סין צ'אן. All rights reserved. Beit HaShita, Israel."
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Reserve Now",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours & Location",
|
||||
items: [
|
||||
title: "Hours & Location", items: [
|
||||
{
|
||||
label: "Mon-Thu: 12pm-11pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon-Thu: 12pm-11pm", href: "#"},
|
||||
{
|
||||
label: "Fri: 12pm-12am",
|
||||
href: "#",
|
||||
},
|
||||
label: "Fri: 12pm-12am", href: "#"},
|
||||
{
|
||||
label: "Sat: 1pm-12am",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sat: 1pm-12am", href: "#"},
|
||||
{
|
||||
label: "Beit HaShita, Israel",
|
||||
href: "#",
|
||||
},
|
||||
label: "Beit HaShita, Israel", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+972-4-XXXXXXX",
|
||||
},
|
||||
label: "Call Us", href: "tel:+972-4-XXXXXXX"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@sinhchan.local",
|
||||
},
|
||||
label: "Email", href: "mailto:info@sinhchan.local"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user