Merge version_1 into main #1
267
src/app/page.tsx
267
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Rongjan Thai"
|
||||
/>
|
||||
@@ -57,61 +42,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="הלב של תאילנד בלב אשדוד"
|
||||
description="חוויות בישול אמיתיות עם נשמה, אהבה וחיוך. רונג'אן מביאה לכם את הטעמים האותנטיים של תאילנד, חריף, חמוץ ומתוק בדיוק כמו שצריך."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-couple-clinking-glasses-together-restaurant_53876-42638.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-donut-talking-her-boyfriend-cafe_637285-9080.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508908.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/caucasian-couple-clinking-glasses-together-restaurant_53876-42638.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-donut-talking-her-boyfriend-cafe_637285-9080.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508908.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="מעל 1000 לקוחות מרוצים"
|
||||
buttons={[
|
||||
{
|
||||
text: "הזמינו עכשיו בוואטסאפ",
|
||||
href: "https://wa.me/972500000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "הזמינו עכשיו בוואטסאפ", href: "https://wa.me/972500000000" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "טעמים תאילנדיים מקוריים",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "חומרי גלם טריים",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "אווירה קסומה",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "חריפות בהתאמה אישית",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "חוויה משפחתית",
|
||||
},
|
||||
{ type: "text", text: "טעמים תאילנדיים מקוריים" },
|
||||
{ type: "text", text: "חומרי גלם טריים" },
|
||||
{ type: "text", text: "אווירה קסומה" },
|
||||
{ type: "text", text: "חריפות בהתאמה אישית" },
|
||||
{ type: "text", text: "חוויה משפחתית" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,12 +68,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="לא מתחנפת לטעם הישראלי, פשוט תאילנדית אמיתית"
|
||||
buttons={[
|
||||
{
|
||||
text: "קראו את הסיפור של רונג'אן",
|
||||
href: "#about-detail",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "קראו את הסיפור של רונג'אן", href: "#about-detail" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,60 +79,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "פאד תאי מקורי",
|
||||
price: "65 ₪",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai_1203-6742.jpg",
|
||||
brand: "Thai Soul",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "קארי ירוק חריף",
|
||||
price: "75 ₪",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-assorted-steamed-bao-buns-dark-serving-board_84443-85725.jpg",
|
||||
brand: "Thai Soul",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "אגרול פריך",
|
||||
price: "35 ₪",
|
||||
rating: 4,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pickled-olives-green-beans-fried-potatoes-wooden-plate_114579-57691.jpg",
|
||||
brand: "Thai Soul",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "סלט פאפאיה",
|
||||
price: "45 ₪",
|
||||
rating: 5,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thai-food-mixed-spicy-white-pork-sausage-salad-yum-moo-yor_1150-38097.jpg",
|
||||
brand: "Thai Soul",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "מנגו סטיקי רייס",
|
||||
price: "40 ₪",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-ripe-mango-sticky-rice-with-coconut-milk-dark-surface_1150-41943.jpg",
|
||||
brand: "Thai Soul",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "תה תאילנדי קר",
|
||||
price: "20 ₪",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2490.jpg",
|
||||
brand: "Thai Soul",
|
||||
},
|
||||
{ id: "1", name: "פאד תאי מקורי", price: "65 ₪", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai_1203-6742.jpg", brand: "Thai Soul" },
|
||||
{ id: "2", name: "קארי ירוק חריף", price: "75 ₪", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/three-assorted-steamed-bao-buns-dark-serving-board_84443-85725.jpg", brand: "Thai Soul" },
|
||||
{ id: "3", name: "אגרול פריך", price: "35 ₪", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/pickled-olives-green-beans-fried-potatoes-wooden-plate_114579-57691.jpg", brand: "Thai Soul" },
|
||||
{ id: "4", name: "סלט פאפאיה", price: "45 ₪", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/thai-food-mixed-spicy-white-pork-sausage-salad-yum-moo-yor_1150-38097.jpg", brand: "Thai Soul" },
|
||||
{ id: "5", name: "מנגו סטיקי רייס", price: "40 ₪", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/fresh-ripe-mango-sticky-rice-with-coconut-milk-dark-surface_1150-41943.jpg", brand: "Thai Soul" },
|
||||
{ id: "6", name: "תה תאילנדי קר", price: "20 ₪", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2490.jpg", brand: "Thai Soul" }
|
||||
]}
|
||||
title="התפריט שלנו"
|
||||
description="טעמים עזים, מרכיבים טריים ובישול באהבה."
|
||||
@@ -202,33 +97,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "אותנטיות",
|
||||
items: [
|
||||
"מרכיבים מהמקור",
|
||||
"שיטות בישול מסורתיות",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5/5",
|
||||
title: "דירוג",
|
||||
items: [
|
||||
"ביקורות אוהבות",
|
||||
"חוויה אישית",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "מתכונים",
|
||||
items: [
|
||||
"סודות משפחתיים",
|
||||
"טעמים משתנים",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "100%", title: "אותנטיות", items: ["מרכיבים מהמקור", "שיטות בישול מסורתיות"] },
|
||||
{ id: "m2", value: "5/5", title: "דירוג", items: ["ביקורות אוהבות", "חוויה אישית"] },
|
||||
{ id: "m3", value: "50+", title: "מתכונים", items: ["סודות משפחתיים", "טעמים משתנים"] }
|
||||
]}
|
||||
title="הצלחה בצלחת"
|
||||
description="המספרים מאחורי הקסם של רונג'אן"
|
||||
@@ -239,61 +110,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "דנה לוי",
|
||||
role: "לקוחה",
|
||||
company: "אשדוד",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "משה כהן",
|
||||
role: "לקוח",
|
||||
company: "אשדוד",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "יעל גולן",
|
||||
role: "לקוחה",
|
||||
company: "אשדוד",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "איתי נוי",
|
||||
role: "לקוח",
|
||||
company: "אשדוד",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "שירן מרציאנו",
|
||||
role: "לקוחה",
|
||||
company: "אשדוד",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg",
|
||||
},
|
||||
{ id: "1", name: "דנה לוי", role: "לקוחה", company: "אשדוד", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg" },
|
||||
{ id: "2", name: "משה כהן", role: "לקוח", company: "אשדוד", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg" },
|
||||
{ id: "3", name: "יעל גולן", role: "לקוחה", company: "אשדוד", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg" },
|
||||
{ id: "4", name: "איתי נוי", role: "לקוח", company: "אשדוד", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg" },
|
||||
{ id: "5", name: "שירן מרציאנו", role: "לקוחה", company: "אשדוד", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Google Reviews",
|
||||
},
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Happy Foodies",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Thai Soul",
|
||||
},
|
||||
{ value: "4.9/5", label: "Google Reviews" },
|
||||
{ value: "1000+", label: "Happy Foodies" },
|
||||
{ value: "100%", label: "Thai Soul" }
|
||||
]}
|
||||
title="מה אומרים עלינו"
|
||||
description="הלקוחות שלנו הם השגרירים הכי טובים שלנו."
|
||||
@@ -305,21 +133,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "האם האוכל חריף?",
|
||||
content: "אנחנו מציעים דרגות חריפות לבחירה, כדי שכל אחד יוכל ליהנות מהטעמים הייחודיים.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "האם יש משלוחים?",
|
||||
content: "כן, ניתן להזמין משלוחים דרך האתר או ישירות בוואטסאפ שלנו.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "איפה אתם ממוקמים?",
|
||||
content: "אנחנו נמצאים בלב אשדוד, במיקום שמרגיש כמו טיול קטן לתאילנד.",
|
||||
},
|
||||
{ id: "f1", title: "האם האוכל חריף?", content: "אנחנו מציעים דרגות חריפות לבחירה, כדי שכל אחד יוכל ליהנות מהטעמים הייחודיים." },
|
||||
{ id: "f2", title: "האם יש משלוחים?", content: "כן, ניתן להזמין משלוחים דרך האתר או ישירות בוואטסאפ שלנו." },
|
||||
{ id: "f3", title: "איפה אתם ממוקמים?", content: "אנחנו נמצאים בלב אשדוד, במיקום שמרגיש כמו טיול קטן לתאילנד." }
|
||||
]}
|
||||
title="שאלות נפוצות"
|
||||
description="רוצים לדעת עוד על המקום ועל הטעמים?"
|
||||
@@ -329,10 +145,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="צור קשר"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="מוכנים לטעום תאילנד?"
|
||||
description="השאירו פרטים ונחזור אליכם בהקדם, או פשוט הגיעו לבקר."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552618.jpg"
|
||||
|
||||
Reference in New Issue
Block a user