Update src/app/page.tsx
This commit is contained in:
296
src/app/page.tsx
296
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Santafe"
|
||||
/>
|
||||
@@ -55,65 +43,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Santafe Broasted Chicken"
|
||||
description="Experience the crispiness and flavor of our authentic broasted chicken, prepared with a secret blend of herbs and spices."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1321.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-family-enjoying-food-together_23-2149228784.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-showing-look-gesture-isolated-pink-wall_141793-83022.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg",
|
||||
alt: "Satisfied patron",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1321.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-family-enjoying-food-together_23-2149228784.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-showing-look-gesture-isolated-pink-wall_141793-83022.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg", alt: "Satisfied patron" },
|
||||
]}
|
||||
avatarText="Loved by 17+ happy foodies!"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://www.talabat.com",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Online", href: "https://www.talabat.com" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Broasted",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secret Spice Blend",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Crispy Perfection",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Late Daily",
|
||||
},
|
||||
{ type: "text", text: "Authentic Broasted" },
|
||||
{ type: "text", text: "Secret Spice Blend" },
|
||||
{ type: "text", text: "Crispy Perfection" },
|
||||
{ type: "text", text: "Freshly Sourced" },
|
||||
{ type: "text", text: "Open Late Daily" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,19 +72,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/room-house-decorated-with-brazilian-folklore-design_23-2150794165.jpg",
|
||||
alt: "Santafe Atmosphere",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Fried Chicken",
|
||||
},
|
||||
{ type: "text", content: "Our Passion for " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/room-house-decorated-with-brazilian-folklore-design_23-2150794165.jpg", alt: "Santafe Atmosphere" },
|
||||
{ type: "text", content: " Fried Chicken" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,30 +85,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Freshness Guaranteed",
|
||||
descriptions: [
|
||||
"Using only the freshest chicken sourced daily.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-holding-vegetables_23-2149720725.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Secret Spice Blend",
|
||||
descriptions: [
|
||||
"Our secret recipe keeps you coming back for more.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-cook-kitchen-cafe_1303-26157.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Perfectly Broasted",
|
||||
descriptions: [
|
||||
"Pressure fried to lock in juice and flavor.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-food-plate_23-2148934662.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Freshness Guaranteed", descriptions: ["Using only the freshest chicken sourced daily."], imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-holding-vegetables_23-2149720725.jpg" },
|
||||
{ id: "f2", title: "Secret Spice Blend", descriptions: ["Our secret recipe keeps you coming back for more."], imageSrc: "http://img.b2bpic.net/free-photo/female-cook-kitchen-cafe_1303-26157.jpg" },
|
||||
{ id: "f3", title: "Perfectly Broasted", descriptions: ["Pressure fried to lock in juice and flavor."], imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-food-plate_23-2148934662.jpg" },
|
||||
]}
|
||||
title="Why Santafe?"
|
||||
description="We don't just fry chicken, we perfect it."
|
||||
@@ -177,46 +96,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Broasted Bucket",
|
||||
price: "199 E£",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-tomatoes-salad-plate_23-2148682822.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Crispy Fries",
|
||||
price: "45 E£",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-delicious-tilsiter-cheese-snacks_114579-21331.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Wings Basket",
|
||||
price: "120 E£",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-with-lemon-cream-beautifully-decorated_1150-26397.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Santafe Sandwich",
|
||||
price: "85 E£",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-big-burger-cooked-cafe-staying-plate_7502-9267.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Dipping Sauces",
|
||||
price: "15 E£",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-dressings-toppings-marble-surface_114579-54668.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Refreshing Drinks",
|
||||
price: "30 E£",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-fillet-served-with-french-fries-cucumber-tomato_140725-5837.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Broasted Bucket", price: "199 E£", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-with-tomatoes-salad-plate_23-2148682822.jpg" },
|
||||
{ id: "p2", name: "Crispy Fries", price: "45 E£", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-delicious-tilsiter-cheese-snacks_114579-21331.jpg" },
|
||||
{ id: "p3", name: "Wings Basket", price: "120 E£", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-with-lemon-cream-beautifully-decorated_1150-26397.jpg" },
|
||||
{ id: "p4", name: "Santafe Sandwich", price: "85 E£", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-big-burger-cooked-cafe-staying-plate_7502-9267.jpg" },
|
||||
{ id: "p5", name: "Dipping Sauces", price: "15 E£", imageSrc: "http://img.b2bpic.net/free-photo/assorted-dressings-toppings-marble-surface_114579-54668.jpg" },
|
||||
{ id: "p6", name: "Refreshing Drinks", price: "30 E£", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-fillet-served-with-french-fries-cucumber-tomato_140725-5837.jpg" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Indulge in our crispy, golden-fried chicken creations."
|
||||
@@ -230,27 +120,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "17+",
|
||||
title: "Happy Reviews",
|
||||
description: "Trusted by our loyal customers.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.4/5",
|
||||
title: "Rating",
|
||||
description: "Highly rated across platforms.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5+",
|
||||
title: "Years Experience",
|
||||
description: "Mastering the art of broasting.",
|
||||
icon: Clock,
|
||||
},
|
||||
{ id: "m1", value: "17+", title: "Happy Reviews", description: "Trusted by our loyal customers.", icon: Star },
|
||||
{ id: "m2", value: "4.4/5", title: "Rating", description: "Highly rated across platforms.", icon: Award },
|
||||
{ id: "m3", value: "5+", title: "Years Experience", description: "Mastering the art of broasting.", icon: Clock },
|
||||
]}
|
||||
title="Santafe by Numbers"
|
||||
description="Our journey through flavors and happy customers."
|
||||
@@ -264,46 +136,11 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ahmed Khalil",
|
||||
role: "Foodie",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mohanad",
|
||||
role: "Customer",
|
||||
company: "Local Customer",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173252.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Pizzadragon5",
|
||||
role: "Guide",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Customer",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-male-gardener-wearing-gardening-hat-stucks-out-tongue-holds-broken-hot-pepper_141793-70732.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Omar Ali",
|
||||
role: "Customer",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-stylish-young-people-having-fun-lunch-cafe-talking-each-other-laughing-jokes_273609-9011.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Ahmed Khalil", role: "Foodie", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg" },
|
||||
{ id: "t2", name: "Mohanad", role: "Customer", company: "Local Customer", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173252.jpg" },
|
||||
{ id: "t3", name: "Pizzadragon5", role: "Guide", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg" },
|
||||
{ id: "t4", name: "Sarah Ahmed", role: "Customer", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-male-gardener-wearing-gardening-hat-stucks-out-tongue-holds-broken-hot-pepper_141793-70732.jpg" },
|
||||
{ id: "t5", name: "Omar Ali", role: "Customer", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/three-stylish-young-people-having-fun-lunch-cafe-talking-each-other-laughing-jokes_273609-9011.jpg" },
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="See why our guests keep coming back."
|
||||
@@ -315,21 +152,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we offer delivery services throughout the area.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What are your hours?",
|
||||
content: "We are open daily until 3:00 AM.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have dine-in?",
|
||||
content: "Yes, our restaurant offers a comfortable dine-in experience.",
|
||||
},
|
||||
{ id: "q1", title: "Do you deliver?", content: "Yes, we offer delivery services throughout the area." },
|
||||
{ id: "q2", title: "What are your hours?", content: "We are open daily until 3:00 AM." },
|
||||
{ id: "q3", title: "Do you have dine-in?", content: "Yes, our restaurant offers a comfortable dine-in experience." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers."
|
||||
@@ -340,16 +165,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Visit us at Al-Mansoura or call us to order!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 010 80618008",
|
||||
href: "tel:01080618008",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call 010 80618008", href: "tel:01080618008" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -358,32 +176,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-fried-chicken-wings-tray-with-green-onions_23-2148699038.jpg"
|
||||
logoText="Santafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Social", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Santafe | Fried Chicken"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user