Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-26 16:38:46 +00:00
5 changed files with 36 additions and 389 deletions

View File

@@ -8,7 +8,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SplitAbout from '@/components/sections/about/SplitAbout';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -25,29 +25,9 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]}
navItems={[{name: "Home", id: "/"}, {name: "Menu", id: "/menu"}, {name: "Reviews", id: "/reviews"}, {name: "About", id: "/about"}, {name: "Contact", id: "/contact"}]}
brandName="Lab Station"
button={{text: "Book Now", href: "/contact"}}
/>
</div>
@@ -57,21 +37,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Passion for Perfection in Every Bite"
description="Founded in the heart of Ariana, Lab Station was born from a simple desire: to elevate the local burger scene. We combine premium ingredients, artisanal techniques, and a vibrant atmosphere to create an unforgettable dining experience for our community."
bulletPoints={[
{
title: "Fresh, Local Ingredients",
description: "We source our produce and meats from local Tunisian suppliers to ensure unmatched quality and freshness.",
},
{
title: "Artisanal Preparation",
description: "Every sauce, every patty, and every bun is crafted with care by our dedicated kitchen team.",
},
{
title: "Community-First",
description: "We believe in creating a space where friends and family can connect over truly great food.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=4"
bulletPoints={[{title: "Fresh, Local Ingredients", description: "We source our produce and meats from local Tunisian suppliers to ensure unmatched quality and freshness."}, {title: "Artisanal Preparation", description: "Every sauce, every patty, and every bun is crafted with care by our dedicated kitchen team."}, {title: "Community-First", description: "We believe in creating a space where friends and family can connect over truly great food."}]}
imageSrc="http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg"
imageAlt="Our signature gourmet burger setup"
/>
</div>
@@ -81,23 +48,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Impact in Ariana"
tag="Milestones"
metrics={[
{
id: "1",
value: "50K+",
description: "Happy customers served annually",
},
{
id: "2",
value: "15+",
description: "Unique burger recipes created",
},
{
id: "3",
value: "5",
description: "Years of serving the best quality",
},
]}
metrics={[{id: "1", value: "50K+", description: "Happy customers served annually"}, {id: "2", value: "15+", description: "Unique burger recipes created"}, {id: "3", value: "5", description: "Years of serving the best quality"}]}
/>
</div>
@@ -105,18 +56,7 @@ export default function LandingPage() {
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Are you open for late-night delivery?",
content: "Yes! Lab Station remains open late to satisfy your cravings whenever they hit. Check our social media for updated closing hours.",
},
{
id: "2",
title: "Do you offer vegan or gluten-free options?",
content: "We are currently expanding our menu and offer several fresh salad and veggie-forward options. Ask our staff about our daily specials.",
},
]}
faqs={[{id: "1", title: "Are you open for late-night delivery?", content: "Yes! Lab Station remains open late to satisfy your cravings whenever they hit. Check our social media for updated closing hours."}, {id: "2", title: "Do you offer vegan or gluten-free options?", content: "We are currently expanding our menu and offer several fresh salad and veggie-forward options. Ask our staff about our daily specials."}]}
title="Frequently Asked Questions"
description="Have questions about our ingredients, hours, or catering? We've got answers."
faqsAnimation="slide-up"
@@ -125,38 +65,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Navigate",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Menu",
href: "/#menu",
},
{
label: "Contact",
href: "/#contact",
},
],
},
{
title: "Location",
items: [
{
label: "Ariana, Tunisia",
href: "#",
},
{
label: "50 708 979",
href: "tel:50708979",
},
],
},
]}
columns={[{title: "Navigate", items: [{label: "About Us", href: "/about"}, {label: "Menu", href: "/#menu"}, {label: "Contact", href: "/#contact"}]}, {title: "Location", items: [{label: "Ariana, Tunisia", href: "#"}, {label: "50 708 979", href: "tel:50708979"}]}]}
logoText="Lab Station"
copyrightText="© 2025 Lab Station | Ariana's Best Burgers"
/>
@@ -164,4 +73,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -23,38 +23,16 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]}
navItems={[{name: "Home", id: "/"}, {name: "Menu", id: "/menu"}, {name: "Reviews", id: "/reviews"}, {name: "About", id: "/about"}, {name: "Contact", id: "/contact"}]}
brandName="Lab Station"
button={{text: "Book Now", href: "/contact"}}
/>
</div>
<div id="contact-form" data-section="contact-form">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{variant: "plain"}}
tag="Get in touch"
title="Have a question?"
description="Call us at 50 708 979 or use the form below."
@@ -63,36 +41,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Menu",
href: "/menu",
},
{
label: "About",
href: "/about",
},
],
},
{
items: [
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
]}
columns={[{items: [{label: "Menu", href: "/menu"}, {label: "About", href: "/about"}]}, {items: [{label: "Reviews", href: "/reviews"}, {label: "Contact", href: "/contact"}]}]}
logoText="Lab Station"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
export default function LandingPage() {
export default function MenuPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -23,29 +23,9 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]}
navItems={[{name: "Home", id: "/"}, {name: "Menu", id: "/menu"}, {name: "Reviews", id: "/reviews"}, {name: "About", id: "/about"}, {name: "Contact", id: "/contact"}]}
brandName="Lab Station"
button={{text: "Book Now", href: "/contact"}}
/>
</div>
@@ -55,26 +35,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Classic Lab Burger",
price: "TND 25",
imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=3",
},
{
id: "2",
name: "Spicy Chicken Tacos",
price: "TND 22",
imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg?_wi=4",
},
{
id: "3",
name: "Loaded Lab Fries",
price: "TND 12",
imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg?_wi=5",
},
]}
products={[{id: "1", name: "Classic Lab Burger", price: "TND 25", imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg"}, {id: "2", name: "Spicy Chicken Tacos", price: "TND 22", imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg"}, {id: "3", name: "Loaded Lab Fries", price: "TND 12", imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg"}]}
title="Our Signature Items"
description="From classic burgers to savory tacos, everything is made to satisfy your cravings."
/>
@@ -82,36 +43,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Menu",
href: "/menu",
},
{
label: "About",
href: "/about",
},
],
},
{
items: [
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
]}
columns={[{items: [{label: "Menu", href: "/menu"}, {label: "About", href: "/about"}]}, {items: [{label: "Reviews", href: "/reviews"}, {label: "Contact", href: "/contact"}]}]}
logoText="Lab Station"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,29 +26,9 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]}
navItems={[{name: "Home", id: "/"}, {name: "Menu", id: "/menu"}, {name: "Reviews", id: "/reviews"}, {name: "About", id: "/about"}, {name: "Contact", id: "/contact"}]}
brandName="Lab Station"
button={{text: "Book Now", href: "/contact"}}
/>
</div>
@@ -56,22 +36,8 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="Lab Station"
description="Ariana's top burger spot. Fresh ingredients. Real flavor. Open until late."
buttons={[
{
text: "Call Now",
href: "tel:+21650708979",
},
{
text: "Get Directions",
href: "https://maps.google.com",
},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=1",
imageAlt: "Juicy burger",
},
]}
buttons={[{text: "Call Now", href: "tel:+21650708979"}, {text: "Get Directions", href: "https://maps.google.com"}]}
slides={[{imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg", imageAlt: "Juicy burger"}]}
/>
</div>
@@ -79,11 +45,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"4.6 ⭐ rating",
"1,300+ happy customers",
"Ariana favorite",
]}
names={["4.6 ⭐ rating", "1,300+ happy customers", "Ariana favorite"]}
title="Trusted by the Ariana community"
description="Join over 1,300 satisfied food lovers who make us their late-night destination."
/>
@@ -95,26 +57,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
id: "1",
title: "Fresh Ingredients",
description: "Locally sourced and carefully selected.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-greens-lemon-with-garlic-oil-dark-desk_140725-76702.jpg",
},
{
id: "2",
title: "Top-Rated Quality",
description: "Consistently rated 4.6+ by our customers.",
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-sifting-flour_23-2149646231.jpg",
},
{
id: "3",
title: "Fast & Authentic",
description: "Cooked to perfection, served with passion.",
imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg?_wi=1",
},
]}
features={[{id: "1", title: "Fresh Ingredients", description: "Locally sourced and carefully selected.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-greens-lemon-with-garlic-oil-dark-desk_140725-76702.jpg"}, {id: "2", title: "Top-Rated Quality", description: "Consistently rated 4.6+ by our customers.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-sifting-flour_23-2149646231.jpg"}, {id: "3", title: "Fast & Authentic", description: "Cooked to perfection, served with passion.", imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg"}]}
title="Why Lab Station?"
description="We don't just cook, we create experiences that keep you coming back."
/>
@@ -126,26 +69,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Classic Lab Burger",
price: "TND 25",
imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=2",
},
{
id: "2",
name: "Spicy Chicken Tacos",
price: "TND 22",
imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg?_wi=2",
},
{
id: "3",
name: "Loaded Lab Fries",
price: "TND 12",
imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg?_wi=3",
},
]}
products={[{id: "1", name: "Classic Lab Burger", price: "TND 25", imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg"}, {id: "2", name: "Spicy Chicken Tacos", price: "TND 22", imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg"}, {id: "3", name: "Loaded Lab Fries", price: "TND 12", imageSrc: "http://img.b2bpic.net/free-photo/tray-junk-food-fast-food-chicken-nuggets-french-fries_53876-31291.jpg"}]}
title="Our Signature Items"
description="From classic burgers to savory tacos, everything is made to satisfy your cravings."
/>
@@ -153,36 +77,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Menu",
href: "/menu",
},
{
label: "About",
href: "/about",
},
],
},
{
items: [
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
]}
columns={[{items: [{label: "Menu", href: "/menu"}, {label: "About", href: "/about"}]}, {items: [{label: "Reviews", href: "/reviews"}, {label: "Contact", href: "/contact"}]}]}
logoText="Lab Station"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
export default function LandingPage() {
export default function ReviewsPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -23,29 +23,9 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]}
navItems={[{name: "Home", id: "/"}, {name: "Menu", id: "/menu"}, {name: "Reviews", id: "/reviews"}, {name: "About", id: "/about"}, {name: "Contact", id: "/contact"}]}
brandName="Lab Station"
button={{text: "Book Now", href: "/contact"}}
/>
</div>
@@ -55,12 +35,7 @@ export default function LandingPage() {
testimonial="The best burger spot in Ariana, hands down. Open late and always fresh!"
rating={5}
author="Yassine M."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg",
alt: "Customer",
},
]}
avatars={[{src: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg", alt: "Customer"}]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
/>
@@ -68,36 +43,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Menu",
href: "/menu",
},
{
label: "About",
href: "/about",
},
],
},
{
items: [
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
]}
columns={[{items: [{label: "Menu", href: "/menu"}, {label: "About", href: "/about"}]}, {items: [{label: "Reviews", href: "/reviews"}, {label: "Contact", href: "/contact"}]}]}
logoText="Lab Station"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}