Merge version_1 into main #1
265
src/app/page.tsx
265
src/app/page.tsx
@@ -29,137 +29,38 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Atlanta Food"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Atlanta Food"
|
||||
description="Bold Flavors, Fast & Fresh. The heartbeat of Jijel street food."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg",
|
||||
imageAlt: "Juicy burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bruschetta-assortment-close-up_23-2148516998.jpg",
|
||||
imageAlt: "Crispy fries",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/canapes-with-turkish-style-coocked-meatballs-lettuce-wooden-board-cucumber-tomato-side-view_141793-3527.jpg",
|
||||
imageAlt: "Fresh sandwich",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-caesar-salad-served-with-bread-sticks_140725-5979.jpg",
|
||||
imageAlt: "Cold drink",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902380.jpg",
|
||||
imageAlt: "Kids menu",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-sandwich-with-salad-tomatoes-wooden-table-surface_613910-7462.jpg",
|
||||
imageAlt: "Atlanta special",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg", imageAlt: "Juicy burger" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-bruschetta-assortment-close-up_23-2148516998.jpg", imageAlt: "Crispy fries" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/canapes-with-turkish-style-coocked-meatballs-lettuce-wooden-board-cucumber-tomato-side-view_141793-3527.jpg", imageAlt: "Fresh sandwich" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-caesar-salad-served-with-bread-sticks_140725-5979.jpg", imageAlt: "Cold drink" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902380.jpg", imageAlt: "Kids menu" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-sandwich-with-salad-tomatoes-wooden-table-surface_613910-7462.jpg", imageAlt: "Atlanta special" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-with-white-stripe_23-2148235007.jpg",
|
||||
imageAlt: "Atlanta vibes",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-mozzarella-placed-round-toast-served-with-green-salad_140725-6850.jpg",
|
||||
imageAlt: "Tasty food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-cheeseburger-with-bacon-fresh-ingredients_23-2151998767.jpg",
|
||||
imageAlt: "Jijel spot",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151432840.jpg",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-indoors_23-2150902282.jpg",
|
||||
imageAlt: "Fast service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342862.jpg",
|
||||
imageAlt: "Satisfied customers",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-tasty-double-burger-with-melted-cheese_23-2148290698.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wooden-snack-closeup-salad-breakfast_1172-270.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/burger-with-meat-avocado-sauce-served-wooden-table-closeup_1220-6616.jpg",
|
||||
alt: "Local",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-burger-meal_23-2152022798.jpg",
|
||||
alt: "Student",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-setting-food-celebration-party-concept_53876-16159.jpg",
|
||||
alt: "Foodie",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 500+ happy diners every week"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "FRESH INGREDIENTS",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "FAST SERVICE",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "AUTHENTIC TASTE",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "LOCAL FAVORITE",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "OPEN UNTIL 11PM",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-with-white-stripe_23-2148235007.jpg", imageAlt: "Atlanta vibes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tomato-mozzarella-placed-round-toast-served-with-green-salad_140725-6850.jpg", imageAlt: "Tasty food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-cheeseburger-with-bacon-fresh-ingredients_23-2151998767.jpg", imageAlt: "Jijel spot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151432840.jpg", imageAlt: "Fresh ingredients" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-indoors_23-2150902282.jpg", imageAlt: "Fast service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342862.jpg", imageAlt: "Satisfied customers" },
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,21 +69,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Jijel's Favorite Spot"
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Overall Rating",
|
||||
value: "4.1★",
|
||||
},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
label: "Customer Reviews",
|
||||
value: "512+",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Opening Hours",
|
||||
value: "Until 11 PM",
|
||||
},
|
||||
{ icon: Star, label: "Overall Rating", value: "4.1★" },
|
||||
{ icon: MessageSquare, label: "Customer Reviews", value: "512+" },
|
||||
{ icon: Clock, label: "Opening Hours", value: "Until 11 PM" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -195,42 +84,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Burger",
|
||||
price: "450 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-buns-cheese_23-2150887804.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Crispy Sandwich",
|
||||
price: "350 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/omelet-with-slices-white-breads-sackcloth_114579-32641.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "French Fries",
|
||||
price: "150 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-bowl-with-special-sauce-herbs_23-2148701500.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cold Drink",
|
||||
price: "100 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151292987.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kids Menu",
|
||||
price: "500 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hamburger-fries-replicas_23-2148258525.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Atlanta Special",
|
||||
price: "600 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-american-food-with-copy-space_23-2148454924.jpg",
|
||||
},
|
||||
{ id: "1", name: "Classic Burger", price: "450 DA", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-buns-cheese_23-2150887804.jpg" },
|
||||
{ id: "2", name: "Crispy Sandwich", price: "350 DA", imageSrc: "http://img.b2bpic.net/free-photo/omelet-with-slices-white-breads-sackcloth_114579-32641.jpg" },
|
||||
{ id: "3", name: "French Fries", price: "150 DA", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-bowl-with-special-sauce-herbs_23-2148701500.jpg" },
|
||||
{ id: "4", name: "Cold Drink", price: "100 DA", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151292987.jpg" },
|
||||
{ id: "5", name: "Kids Menu", price: "500 DA", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hamburger-fries-replicas_23-2148258525.jpg" },
|
||||
{ id: "6", name: "Atlanta Special", price: "600 DA", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-american-food-with-copy-space_23-2148454924.jpg" },
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="From juicy burgers to kids' treats, discover your next obsession."
|
||||
@@ -243,41 +102,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed B.",
|
||||
role: "Foodie",
|
||||
testimonial: "Best burger in Jijel! Fast service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah K.",
|
||||
role: "Regular",
|
||||
testimonial: "Kids absolutely love the happy meals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mohamed L.",
|
||||
role: "Student",
|
||||
testimonial: "Great value, open until late.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-yellow-raincoat-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-3065.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fatima Z.",
|
||||
role: "Local",
|
||||
testimonial: "Tasty, fresh, and consistent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Karim M.",
|
||||
role: "Fan",
|
||||
testimonial: "Excellent service every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-wearing-masks-table_23-2148705562.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ahmed B.", role: "Foodie", testimonial: "Best burger in Jijel! Fast service.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg" },
|
||||
{ id: "2", name: "Sarah K.", role: "Regular", testimonial: "Kids absolutely love the happy meals.", imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg" },
|
||||
{ id: "3", name: "Mohamed L.", role: "Student", testimonial: "Great value, open until late.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-yellow-raincoat-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-3065.jpg" },
|
||||
{ id: "4", name: "Fatima Z.", role: "Local", testimonial: "Tasty, fresh, and consistent.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg" },
|
||||
{ id: "5", name: "Karim M.", role: "Fan", testimonial: "Excellent service every time.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-wearing-masks-table_23-2148705562.jpg" },
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="See why our customers keep coming back for more."
|
||||
@@ -287,9 +116,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact & Info"
|
||||
title="Visit Us"
|
||||
description="Rue des Frères Khecha, Jijel 18000. Open until 11 PM. Cash only payment."
|
||||
@@ -299,28 +126,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/atlantafood18",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Address",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Social", items: [{ label: "Facebook", href: "https://facebook.com/atlantafood18" }] },
|
||||
{ title: "Info", items: [{ label: "Address", href: "#contact" }, { label: "Menu", href: "#menu" }] },
|
||||
]}
|
||||
logoText="Atlanta Food"
|
||||
copyrightText="© 2025 Atlanta Food. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user