Update src/app/page.tsx

This commit is contained in:
2026-05-11 15:26:40 +00:00
parent d7d7637faf
commit 129ec69c8b

View File

@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Facebook, Instagram, Star } from "lucide-react";
export default function LandingPage() {
@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Deals",
id: "deals",
},
name: "Deals", id: "deals"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Location",
id: "location",
},
name: "Location", id: "location"},
]}
brandName="Baron Kebab"
/>
@@ -60,114 +50,67 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Fresh Kebabs, Big Flavour, Made Fast."
description="Baron Kebab serves fresh kebabs, wraps, burgers, chips and more — perfect for a quick lunch, late-night craving or easy takeaway dinner."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/doner-kebab-roasting-spti_53876-34017.jpg",
imageAlt: "Hero Kebab",
},
imageSrc: "http://img.b2bpic.net/free-photo/doner-kebab-roasting-spti_53876-34017.jpg", imageAlt: "Hero Kebab"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-serbian-food-plate_23-2149358064.jpg",
imageAlt: "Chicken Kebab",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-serbian-food-plate_23-2149358064.jpg", imageAlt: "Chicken Kebab"},
{
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-beef-doner-flatbread-wrap_140725-5016.jpg",
imageAlt: "Wrap",
},
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-beef-doner-flatbread-wrap_140725-5016.jpg", imageAlt: "Wrap"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-kebab-platter-with-ribs-chicken-lula-tikka-vegetables-kebab_140725-8874.jpg",
imageAlt: "Mixed Kebab",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-kebab-platter-with-ribs-chicken-lula-tikka-vegetables-kebab_140725-8874.jpg", imageAlt: "Mixed Kebab"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-taco_23-2148629336.jpg",
imageAlt: "Wrap Detail",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-taco_23-2148629336.jpg", imageAlt: "Wrap Detail"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/omelette-french-fries-wooden-board-grunge-painted-desk_23-2148113638.jpg",
imageAlt: "Chips",
},
imageSrc: "http://img.b2bpic.net/free-photo/omelette-french-fries-wooden-board-grunge-painted-desk_23-2148113638.jpg", imageAlt: "Chips"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dessert-with-fruits-cookies-candies-dark-background-candy-color-biscuit-sweet-cookie_140725-99231.jpg",
imageAlt: "Platter",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dessert-with-fruits-cookies-candies-dark-background-candy-color-biscuit-sweet-cookie_140725-99231.jpg", imageAlt: "Platter"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-wraps_1147-47.jpg",
imageAlt: "Wrap",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-wraps_1147-47.jpg", imageAlt: "Wrap"},
{
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-tortilla_140725-1206.jpg",
imageAlt: "Chicken Doner",
},
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-tortilla_140725-1206.jpg", imageAlt: "Chicken Doner"},
{
imageSrc: "http://img.b2bpic.net/free-photo/home-made-tasty-burgers_628469-332.jpg",
imageAlt: "Burger",
},
imageSrc: "http://img.b2bpic.net/free-photo/home-made-tasty-burgers_628469-332.jpg", imageAlt: "Burger"},
]}
tag="Loved by local customers"
buttons={[
{
text: "Order Now",
href: "#contact",
},
text: "Order Now", href: "#contact"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Call Us",
href: "tel:0000000000",
},
text: "Call Us", href: "tel:0000000000"},
]}
tagIcon={Star}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-people-with-paper-wrapped-sandwiches_23-2151309963.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-people-with-paper-wrapped-sandwiches_23-2151309963.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/young-person-enjoying-meal_23-2151525802.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/young-person-enjoying-meal_23-2151525802.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571497.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571497.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-beautiful-woman-with-buns-apron-smiling-holding-half-grapefruit-hands-white-wall_176420-11997.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/cheerful-beautiful-woman-with-buns-apron-smiling-holding-half-grapefruit-hands-white-wall_176420-11997.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-hairdresser-apron-looking-front-showing-ok-sign-smiling-standing-green-wall_141793-64876.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-hairdresser-apron-looking-front-showing-ok-sign-smiling-standing-green-wall_141793-64876.jpg", alt: "Customer 5"},
]}
avatarText="Join 500+ happy regulars"
marqueeItems={[
{
type: "text",
text: "Fresh Ingredients",
},
type: "text", text: "Fresh Ingredients"},
{
type: "text",
text: "Halal Certified",
},
type: "text", text: "Halal Certified"},
{
type: "text",
text: "Fast Delivery",
},
type: "text", text: "Fast Delivery"},
{
type: "text",
text: "Family Owned",
},
type: "text", text: "Family Owned"},
{
type: "text",
text: "Order Online",
},
type: "text", text: "Order Online"},
]}
/>
</div>
@@ -180,59 +123,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Kebab",
name: "Chicken Doner Kebab",
price: "From €8.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-set-table_140725-9692.jpg",
},
id: "p1", brand: "Kebab", name: "Chicken Doner Kebab", price: "From €8.50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-set-table_140725-9692.jpg"},
{
id: "p2",
brand: "Kebab",
name: "Lamb Doner Kebab",
price: "From €9.50",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-vegetable-rice-spring-sesame-seeds-plate_23-2148138889.jpg",
},
id: "p2", brand: "Kebab", name: "Lamb Doner Kebab", price: "From €9.50", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-vegetable-rice-spring-sesame-seeds-plate_23-2148138889.jpg"},
{
id: "p3",
brand: "Kebab",
name: "Mixed Kebab",
price: "From €10.50",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/national-sac-grill-foods-ingredients-dinner-menu_114579-1747.jpg",
},
id: "p3", brand: "Kebab", name: "Mixed Kebab", price: "From €10.50", rating: 5,
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/national-sac-grill-foods-ingredients-dinner-menu_114579-1747.jpg"},
{
id: "p4",
brand: "Wrap",
name: "Chicken Wrap",
price: "From €7.50",
rating: 4,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-burrito_23-2148131371.jpg",
},
id: "p4", brand: "Wrap", name: "Chicken Wrap", price: "From €7.50", rating: 4,
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/tasty-burrito_23-2148131371.jpg"},
{
id: "p5",
brand: "Burger",
name: "Beef Burger",
price: "From €8.00",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/man-spreading-ketchup-tasty-beef-burger_23-2148290672.jpg",
},
id: "p5", brand: "Burger", name: "Beef Burger", price: "From €8.00", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/man-spreading-ketchup-tasty-beef-burger_23-2148290672.jpg"},
{
id: "p6",
brand: "Sides",
name: "Chips & Cheese",
price: "From €4.50",
rating: 4,
reviewCount: "300",
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-food_23-2149500974.jpg",
},
id: "p6", brand: "Sides", name: "Chips & Cheese", price: "From €4.50", rating: 4,
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-food_23-2149500974.jpg"},
]}
title="Fresh & Flavourful Menu"
description="From classic kebabs to tasty wraps and hearty burgers, we have something to satisfy every craving."
@@ -246,53 +153,22 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "d1",
tag: "Lunch",
price: "€6.99",
period: "Daily 12-3pm",
description: "Quick lunch option including kebab and drink.",
button: {
text: "Order This Deal",
},
featuresTitle: "Includes:",
features: [
"Any Kebab",
"Chips",
"Can of Drink",
],
id: "d1", tag: "Lunch", price: "€6.99", period: "Daily 12-3pm", description: "Quick lunch option including kebab and drink.", button: {
text: "Order This Deal"},
featuresTitle: "Includes:", features: [
"Any Kebab", "Chips", "Can of Drink"],
},
{
id: "d2",
tag: "Student",
price: "€5.99",
period: "All Day",
description: "Student discount deal for hungry scholars.",
button: {
text: "Order This Deal",
},
featuresTitle: "Includes:",
features: [
"Chicken Wrap",
"Chips",
"Drink",
],
id: "d2", tag: "Student", price: "€5.99", period: "All Day", description: "Student discount deal for hungry scholars.", button: {
text: "Order This Deal"},
featuresTitle: "Includes:", features: [
"Chicken Wrap", "Chips", "Drink"],
},
{
id: "d3",
tag: "Family",
price: "€24.99",
period: "Weekend",
description: "Perfect box to share with the whole family.",
button: {
text: "Order This Deal",
},
featuresTitle: "Includes:",
features: [
"2 Large Kebabs",
"Large Chips",
"Large Dip Selection",
"Bottle of Drink",
],
id: "d3", tag: "Family", price: "€24.99", period: "Weekend", description: "Perfect box to share with the whole family.", button: {
text: "Order This Deal"},
featuresTitle: "Includes:", features: [
"2 Large Kebabs", "Large Chips", "Large Dip Selection", "Bottle of Drink"],
},
]}
title="Popular Deals"
@@ -306,25 +182,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Freshly Prepared Daily",
description: "We source the freshest ingredients daily for optimal taste.",
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-meat-pepper-topped-with-ketchup_140725-1266.jpg",
},
title: "Freshly Prepared Daily", description: "We source the freshest ingredients daily for optimal taste.", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-meat-pepper-topped-with-ketchup_140725-1266.jpg"},
{
title: "Fast Takeaway",
description: "Efficient kitchen operations mean your food is ready when you are.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-takeout-sandwich_23-2148242567.jpg",
},
title: "Fast Takeaway", description: "Efficient kitchen operations mean your food is ready when you are.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-takeout-sandwich_23-2148242567.jpg"},
{
title: "Generous Portions",
description: "You won't leave hungry — we serve generous, satisfying portions.",
imageSrc: "http://img.b2bpic.net/free-photo/meat-sage-with-potatoes-bell-pepper-eggplant-cooked-charcoal-top-view_140725-7392.jpg",
},
title: "Generous Portions", description: "You won't leave hungry — we serve generous, satisfying portions.", imageSrc: "http://img.b2bpic.net/free-photo/meat-sage-with-potatoes-bell-pepper-eggplant-cooked-charcoal-top-view_140725-7392.jpg"},
{
title: "Local Favourite",
description: "Proud to be a local go-to spot for kebab lovers.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg",
},
title: "Local Favourite", description: "Proud to be a local go-to spot for kebab lovers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg"},
]}
title="Why Choose Baron Kebab"
description="Quality, speed, and flavour are at the heart of everything we do."
@@ -338,9 +202,7 @@ export default function LandingPage() {
description="At Baron Kebab, we believe great food should be fresh, filling and full of flavour. Whether youre grabbing a quick bite, ordering after work, or sharing a meal with friends, we make every order with care."
buttons={[
{
text: "Find Us",
href: "#location",
},
text: "Find Us", href: "#location"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-female-cook-cutting-apple-dark-surface_179666-44561.jpg"
imageAlt="Our Kitchen Station"
@@ -348,49 +210,28 @@ export default function LandingPage() {
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardSix
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
title="Trusted by Our Local Community"
description="See why our regulars keep coming back for more fresh, authentic kebabs."
kpiItems={[
{ value: "500+", label: "Happy Regulars" },
{ value: "4.9/5", label: "Customer Rating" },
{ value: "10k+", label: "Meals Served" }
]}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
handle: "@sarahm",
testimonial: "Best chicken kebab in town! Always fresh and delicious.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500432.jpg",
},
id: "t1", name: "Sarah Miller", role: "Local Resident", company: "Verified Customer", rating: 5,
testimonial: "Best chicken kebab in town! Always fresh and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500432.jpg"},
{
id: "t2",
name: "John Doe",
handle: "@johnd",
testimonial: "Fast delivery and the portions are huge. Great value.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-56236.jpg",
},
id: "t2", name: "John Doe", role: "Regular", company: "Verified Customer", rating: 5,
testimonial: "Fast delivery and the portions are huge. Great value.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-56236.jpg"},
{
id: "t3",
name: "Emily Smith",
handle: "@emilys",
testimonial: "My go-to spot for a quick dinner after work. Super friendly staff.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg",
},
{
id: "t4",
name: "David Wilson",
handle: "@davidw",
testimonial: "The mixed kebab platter is perfect for sharing. Loved it!",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048054.jpg",
},
{
id: "t5",
name: "Chloe Jones",
handle: "@chloej",
testimonial: "Authentic taste and always consistent. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunettte-woman-chef-cooking-carrot-cake-making-fish-face-with-mouth-squinting-eyes-crazy-comical_839833-19935.jpg",
},
id: "t3", name: "Emily Smith", role: "Office Worker", company: "Verified Customer", rating: 5,
testimonial: "My go-to spot for a quick dinner after work. Super friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg"}
]}
title="What Our Customers Say"
description="Real feedback from our happy local community."
/>
</div>
@@ -401,20 +242,11 @@ export default function LandingPage() {
tag="We are open daily"
metrics={[
{
id: "m1",
value: "123 Kebab St",
description: "Our location",
},
id: "m1", value: "123 Kebab St", description: "Our location"},
{
id: "m2",
value: "11am - 11pm",
description: "Opening hours",
},
id: "m2", value: "11am - 11pm", description: "Opening hours"},
{
id: "m3",
value: "000-000-000",
description: "Call us now",
},
id: "m3", value: "000-000-000", description: "Call us now"},
]}
metricsAnimation="slide-up"
/>
@@ -424,8 +256,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Order Now"
title="Hungry? Your Kebab is waiting."
description="Order for delivery or click-and-collect to skip the queue."
@@ -441,18 +272,14 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}