Merge version_1 into main #1
274
src/app/page.tsx
274
src/app/page.tsx
@@ -32,84 +32,49 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "ראשי",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "ראשי", id: "#hero"},
|
||||
{
|
||||
name: "עלינו",
|
||||
id: "#about",
|
||||
},
|
||||
name: "עלינו", id: "#about"},
|
||||
{
|
||||
name: "תפריט",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "תפריט", id: "#menu"},
|
||||
{
|
||||
name: "המלצות",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "המלצות", id: "#testimonials"},
|
||||
{
|
||||
name: "צור קשר",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "צור קשר", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/cheeseburger-with-melted-cheese-french-fries-wooden-board_84443-94868.jpg"
|
||||
logoAlt="Bomba Burger Logo"
|
||||
brandName="בומבה בורגר"
|
||||
button={{
|
||||
text: "הזמן עכשיו",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "הזמן עכשיו", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="חווית ההמבורגר האולטימטיבית ברמת גן"
|
||||
description="המבורגרים עסיסיים מבשר פרימיום 100% טרי, רטבים ביתיים וירקות טריים. כל ביס חגיגה של טעם!"
|
||||
buttons={[
|
||||
{
|
||||
text: "הזמן משלוח עכשיו",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "הזמן משלוח עכשיו", href: "#contact"},
|
||||
{
|
||||
text: "לצפייה בתפריט",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "לצפייה בתפריט", href: "#menu"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-buns-cheese_23-2151281596.jpg",
|
||||
imageAlt: "המבורגר גורמה מבעבע",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-buns-cheese_23-2151281596.jpg", imageAlt: "המבורגר גורמה מבעבע"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-pieces-burger-tray_23-2148699052.jpg",
|
||||
imageAlt: "המבורגר כפול עם צ'יפס",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-pieces-burger-tray_23-2148699052.jpg", imageAlt: "המבורגר כפול עם צ'יפס"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-sesame-bun-with-fries-generated-by-ai_188544-23200.jpg",
|
||||
imageAlt: "המבורגר עסיסי עם רטבים",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-sesame-bun-with-fries-generated-by-ai_188544-23200.jpg", imageAlt: "המבורגר עסיסי עם רטבים"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-fries-restaurant-table_7939-3113.jpg",
|
||||
imageAlt: "המבורגר עם צ'יפס זהוב",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/burger-fries-restaurant-table_7939-3113.jpg", imageAlt: "המבורגר עם צ'יפס זהוב"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-side-fries-ketchup_140725-1725.jpg",
|
||||
imageAlt: "המבורגר קלאסי בלחמנייה טרייה",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-side-fries-ketchup_140725-1725.jpg", imageAlt: "המבורגר קלאסי בלחמנייה טרייה"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-french-fries-table_140725-9826.jpg",
|
||||
imageAlt: "המבורגר עם תוספות ושתייה",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-french-fries-table_140725-9826.jpg", imageAlt: "המבורגר עם תוספות ושתייה"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -121,24 +86,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "בומבה בורגר: ",
|
||||
},
|
||||
type: "text", content: "בומבה בורגר: "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cheeseburger-with-melted-cheese-french-fries-wooden-board_84443-94868.jpg",
|
||||
alt: "Bomba Burger Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/cheeseburger-with-melted-cheese-french-fries-wooden-board_84443-94868.jpg", alt: "Bomba Burger Logo"},
|
||||
{
|
||||
type: "text",
|
||||
content: " איכות וטעם בכל ביס",
|
||||
},
|
||||
type: "text", content: " איכות וטעם בכל ביס"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "קרא עוד",
|
||||
href: "#about",
|
||||
},
|
||||
text: "קרא עוד", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,37 +108,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
features={[
|
||||
{
|
||||
title: "בשר טרי יום-יום",
|
||||
description: "בשר בקר 100% טרי, נטחן במקום ומוכן להמבורגר המושלם שלכם.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-chef-presenting-fresh-steak-before-cooking-looking-camera-restaurant-kitchen_613910-18967.jpg",
|
||||
imageAlt: "בשר טרי",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-vector/hot-burger-neon-sign-hamburger-fire-shape-brick-wall-background_1262-11875.jpg",
|
||||
buttonText: "למידע נוסף",
|
||||
},
|
||||
title: "בשר טרי יום-יום", description: "בשר בקר 100% טרי, נטחן במקום ומוכן להמבורגר המושלם שלכם.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-chef-presenting-fresh-steak-before-cooking-looking-camera-restaurant-kitchen_613910-18967.jpg", imageAlt: "בשר טרי", titleImageSrc: "http://img.b2bpic.net/free-vector/hot-burger-neon-sign-hamburger-fire-shape-brick-wall-background_1262-11875.jpg", buttonText: "למידע נוסף"},
|
||||
{
|
||||
title: "רטבים תוצרת בית",
|
||||
description: "מגוון רטבים ייחודיים הנעשים אצלנו במטבח מדי יום, מחומרי גלם טריים בלבד.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-exotic-smoothies-with-copy-space_23-2148440403.jpg",
|
||||
imageAlt: "רטבים ביתיים",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/eat-eating-ordering-food-concept_53876-120787.jpg",
|
||||
buttonText: "למידע נוסף",
|
||||
},
|
||||
title: "רטבים תוצרת בית", description: "מגוון רטבים ייחודיים הנעשים אצלנו במטבח מדי יום, מחומרי גלם טריים בלבד.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-exotic-smoothies-with-copy-space_23-2148440403.jpg", imageAlt: "רטבים ביתיים", titleImageSrc: "http://img.b2bpic.net/free-photo/eat-eating-ordering-food-concept_53876-120787.jpg", buttonText: "למידע נוסף"},
|
||||
{
|
||||
title: "צ'יפס קריספי מושלם",
|
||||
description: "צ'יפס פריך וזהוב, מטוגן בדיוק במידה ומלוח בעדינות - התוספת המושלמת לכל המבורגר.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-fried-potatoes-tasty-french-fries-inside-plate-dark-surface-food-meal-dinner-dish-ingredients-potato_140725-54032.jpg",
|
||||
imageAlt: "צ'יפס קריספי",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-vector/hot-smoked-fire-logo-business-branding-template-barbeque-designs-inspiration-isolated-white-background_384344-1442.jpg",
|
||||
buttonText: "למידע נוסף",
|
||||
},
|
||||
title: "צ'יפס קריספי מושלם", description: "צ'יפס פריך וזהוב, מטוגן בדיוק במידה ומלוח בעדינות - התוספת המושלמת לכל המבורגר.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-fried-potatoes-tasty-french-fries-inside-plate-dark-surface-food-meal-dinner-dish-ingredients-potato_140725-54032.jpg", imageAlt: "צ'יפס קריספי", titleImageSrc: "http://img.b2bpic.net/free-vector/hot-smoked-fire-logo-business-branding-template-barbeque-designs-inspiration-isolated-white-background_384344-1442.jpg", buttonText: "למידע נוסף"},
|
||||
{
|
||||
title: "שירות מהיר וחייכני",
|
||||
description: "צוות Bomba Burger מחכה לשרת אתכם בחיוך ובמהירות, כדי שתיהנו מחוויה מושלמת.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865317.jpg",
|
||||
imageAlt: "שירות מהיר",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-vector/hamburger-shield-crown-logo-design_474888-5004.jpg",
|
||||
buttonText: "למידע נוסף",
|
||||
},
|
||||
title: "שירות מהיר וחייכני", description: "צוות Bomba Burger מחכה לשרת אתכם בחיוך ובמהירות, כדי שתיהנו מחוויה מושלמת.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865317.jpg", imageAlt: "שירות מהיר", titleImageSrc: "http://img.b2bpic.net/free-vector/hamburger-shield-crown-logo-design_474888-5004.jpg", buttonText: "למידע נוסף"},
|
||||
]}
|
||||
title="למה לבחור בומבה בורגר?"
|
||||
description="אנחנו עושים הכל כדי שההמבורגר שלכם יהיה מושלם - טריות, איכות ושירות ללא פשרות."
|
||||
@@ -198,53 +130,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "קלאסיק בורגר",
|
||||
price: "49 ₪",
|
||||
variant: "המבורגר בקר 200 גרם",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1545.jpg",
|
||||
imageAlt: "קלאסיק בורגר",
|
||||
},
|
||||
id: "p1", name: "קלאסיק בורגר", price: "49 ₪", variant: "המבורגר בקר 200 גרם", imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1545.jpg", imageAlt: "קלאסיק בורגר"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "דאבל בומבה",
|
||||
price: "65 ₪",
|
||||
variant: "המבורגר בקר כפול 400 גרם",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-hamburger-concept_23-2147783573.jpg",
|
||||
imageAlt: "דאבל בומבה",
|
||||
},
|
||||
id: "p2", name: "דאבל בומבה", price: "65 ₪", variant: "המבורגר בקר כפול 400 גרם", imageSrc: "http://img.b2bpic.net/free-photo/american-hamburger-concept_23-2147783573.jpg", imageAlt: "דאבל בומבה"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "קריספי צ'יקן",
|
||||
price: "52 ₪",
|
||||
variant: "שניצל עוף פריך בלחמנייה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19652.jpg",
|
||||
imageAlt: "קריספי צ'יקן",
|
||||
},
|
||||
id: "p3", name: "קריספי צ'יקן", price: "52 ₪", variant: "שניצל עוף פריך בלחמנייה", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19652.jpg", imageAlt: "קריספי צ'יקן"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "צ'יפס משודרג",
|
||||
price: "28 ₪",
|
||||
variant: "צ'יפס עם תוספות לבחירה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104462.jpg",
|
||||
imageAlt: "צ'יפס משודרג",
|
||||
},
|
||||
id: "p4", name: "צ'יפס משודרג", price: "28 ₪", variant: "צ'יפס עם תוספות לבחירה", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104462.jpg", imageAlt: "צ'יפס משודרג"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "סלט טבעוני",
|
||||
price: "45 ₪",
|
||||
variant: "סלט ירוק עם ירקות העונה וטופו",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-salad-with-greens-tomatoes_176420-7308.jpg",
|
||||
imageAlt: "סלט טבעוני",
|
||||
},
|
||||
id: "p5", name: "סלט טבעוני", price: "45 ₪", variant: "סלט ירוק עם ירקות העונה וטופו", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-salad-with-greens-tomatoes_176420-7308.jpg", imageAlt: "סלט טבעוני"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "המבורגר ילדים",
|
||||
price: "39 ₪",
|
||||
variant: "מיני בורגר עם תוספת ושתייה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-holding-two-burgers-hands-fast-food-cafe_231208-11644.jpg",
|
||||
imageAlt: "המבורגר ילדים",
|
||||
},
|
||||
id: "p6", name: "המבורגר ילדים", price: "39 ₪", variant: "מיני בורגר עם תוספת ושתייה", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-holding-two-burgers-hands-fast-food-cafe_231208-11644.jpg", imageAlt: "המבורגר ילדים"},
|
||||
]}
|
||||
title="הצצה מהתפריט שלנו"
|
||||
description="מגוון המבורגרים, תוספות וסלטים טריים שישאירו אתכם מרוצים. בואו לגלות את המנה הבאה שלכם!"
|
||||
@@ -259,64 +155,28 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "שרה כהן",
|
||||
role: "תושבת רמת גן",
|
||||
company: "לקוחה נאמנה",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67445.jpg",
|
||||
imageAlt: "שרה כהן",
|
||||
},
|
||||
id: "t1", name: "שרה כהן", role: "תושבת רמת גן", company: "לקוחה נאמנה", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67445.jpg", imageAlt: "שרה כהן"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "דוד לוי",
|
||||
role: "חובב המבורגרים",
|
||||
company: "מבקר קולינרי",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-eating-salad-with-fork_23-2147893487.jpg",
|
||||
imageAlt: "דוד לוי",
|
||||
},
|
||||
id: "t2", name: "דוד לוי", role: "חובב המבורגרים", company: "מבקר קולינרי", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-eating-salad-with-fork_23-2147893487.jpg", imageAlt: "דוד לוי"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "מאיה שרון",
|
||||
role: "סטודנטית",
|
||||
company: "תושבת השכונה",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girls-eating-corn_23-2148629675.jpg",
|
||||
imageAlt: "מאיה שרון",
|
||||
},
|
||||
id: "t3", name: "מאיה שרון", role: "סטודנטית", company: "תושבת השכונה", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girls-eating-corn_23-2148629675.jpg", imageAlt: "מאיה שרון"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "איתי גל",
|
||||
role: "יזם",
|
||||
company: "לקוח עסקי",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-eating-tasty-sandwich_169016-3618.jpg",
|
||||
imageAlt: "איתי גל",
|
||||
},
|
||||
id: "t4", name: "איתי גל", role: "יזם", company: "לקוח עסקי", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-eating-tasty-sandwich_169016-3618.jpg", imageAlt: "איתי גל"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "נועה פרידמן",
|
||||
role: "בלוגרית אוכל",
|
||||
company: "פוד בלוגרית",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
|
||||
imageAlt: "נועה פרידמן",
|
||||
},
|
||||
id: "t5", name: "נועה פרידמן", role: "בלוגרית אוכל", company: "פוד בלוגרית", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg", imageAlt: "נועה פרידמן"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "שביעות רצון",
|
||||
},
|
||||
value: "100%", label: "שביעות רצון"},
|
||||
{
|
||||
value: "5000+",
|
||||
label: "המבורגרים שנמכרו",
|
||||
},
|
||||
value: "5000+", label: "המבורגרים שנמכרו"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "שנות מצוינות",
|
||||
},
|
||||
value: "10+", label: "שנות מצוינות"},
|
||||
]}
|
||||
title="מה הלקוחות שלנו אומרים?"
|
||||
description="לקוחות מרוצים מרמת גן לא טועים - הטעם, האיכות והשירות שלנו מדברים בעד עצמם. הצטרפו למשפחת Bomba Burger!"
|
||||
@@ -331,31 +191,16 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "בשר בקר טרי",
|
||||
items: [
|
||||
"רק בשר טרי יום-יום",
|
||||
"נטחן במקום עבורכם",
|
||||
],
|
||||
id: "m1", value: "100%", title: "בשר בקר טרי", items: [
|
||||
"רק בשר טרי יום-יום", "נטחן במקום עבורכם"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5+",
|
||||
title: "שנות מצוינות",
|
||||
items: [
|
||||
"ניסיון עשיר ומוכח",
|
||||
"אהבה למזון ואירוח",
|
||||
],
|
||||
id: "m2", value: "5+", title: "שנות מצוינות", items: [
|
||||
"ניסיון עשיר ומוכח", "אהבה למזון ואירוח"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "אלפי",
|
||||
title: "לקוחות מרוצים",
|
||||
items: [
|
||||
"קהילה גדולה ונאמנה",
|
||||
"מחויבות לשירות אדיב",
|
||||
],
|
||||
id: "m3", value: "אלפי", title: "לקוחות מרוצים", items: [
|
||||
"קהילה גדולה ונאמנה", "מחויבות לשירות אדיב"],
|
||||
},
|
||||
]}
|
||||
title="המספרים שמדברים בעד עצמם"
|
||||
@@ -367,11 +212,16 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="צרו קשר"
|
||||
title="בואו לבקר או להזמין!"
|
||||
description="נשמח לשמוע מכם ולעמוד לשירותכם. אנחנו ממוקמים ברחוב הרא\"ה 123, רמת גן (ליד מרום נווה).\n\nשעות פעילות:\nא'-ה': 12:00-23:00\nו': 12:00-15:00\nמוצ\"ש: 19:00-23:00\nטלפון להזמנות: 03-1234567"
|
||||
description="נשמח לשמוע מכם ולעמוד לשירותכם. אנחנו ממוקמים ברחוב הרא"ה 123, רמת גן (ליד מרום נווה).
|
||||
|
||||
שעות פעילות:
|
||||
א'-ה': 12:00-23:00
|
||||
ו': 12:00-15:00
|
||||
מוצ"ש: 19:00-23:00
|
||||
טלפון להזמנות: 03-1234567"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/global-positioning-system-destination-marker-perforated-paper_53876-31042.jpg"
|
||||
imageAlt="מפת מיקום המסעדה"
|
||||
mediaAnimation="opacity"
|
||||
@@ -391,19 +241,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:031234567",
|
||||
ariaLabel: "Phone",
|
||||
},
|
||||
href: "tel:031234567", ariaLabel: "Phone"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user