Merge version_1 into main #1
227
src/app/page.tsx
227
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, Flame, Heart } from "lucide-react";
|
||||
import { Award, Flame, Heart, Zap, Wheat, Leaf, ChefHat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,23 +33,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Delirium Burger"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,9 +52,7 @@ export default function LandingPage() {
|
||||
description="Crafting the boldest, most intense flavors in the city. Experience the delirium."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg"
|
||||
/>
|
||||
@@ -74,19 +65,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Burgers Grilled",
|
||||
value: "50,000+",
|
||||
},
|
||||
label: "Burgers Grilled", value: "50,000+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Awards Won",
|
||||
value: "12",
|
||||
},
|
||||
label: "Awards Won", value: "12"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Happy Customers",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Happy Customers", value: "100%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -98,29 +83,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Beef",
|
||||
description: "100% grass-fed, locally sourced, never frozen.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pomegranate-salad-green-salad-with-fresh-vegetables-light-background_140725-137280.jpg",
|
||||
},
|
||||
title: "Premium Beef", description: "100% grass-fed, locally sourced, never frozen.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pomegranate-salad-green-salad-with-fresh-vegetables-light-background_140725-137280.jpg"},
|
||||
{
|
||||
title: "Artisan Buns",
|
||||
description: "Baked daily in our kitchen for the perfect bite.",
|
||||
buttonIcon: "Wheat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-plate-green-background_501050-80.jpg",
|
||||
},
|
||||
title: "Artisan Buns", description: "Baked daily in our kitchen for the perfect bite.", buttonIcon: Wheat,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-plate-green-background_501050-80.jpg"},
|
||||
{
|
||||
title: "Fresh Produce",
|
||||
description: "Farm-fresh vegetables picked at their peak.",
|
||||
buttonIcon: "Leaf",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-vegetable-cocktail_23-2147711221.jpg",
|
||||
},
|
||||
title: "Fresh Produce", description: "Farm-fresh vegetables picked at their peak.", buttonIcon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-vegetable-cocktail_23-2147711221.jpg"},
|
||||
{
|
||||
title: "Signature Sauces",
|
||||
description: "House-made recipes you won't find anywhere else.",
|
||||
buttonIcon: "ChefHat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-burger-plate-glass-juice-burlap-napkin-blue_114579-38953.jpg",
|
||||
},
|
||||
title: "Signature Sauces", description: "House-made recipes you won't find anywhere else.", buttonIcon: ChefHat,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-burger-plate-glass-juice-burlap-napkin-blue_114579-38953.jpg"},
|
||||
]}
|
||||
title="Why Delirium?"
|
||||
description="We don't just grill burgers, we create experiences that border on the obsessive."
|
||||
@@ -135,41 +108,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Delirium",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151433056.jpg",
|
||||
},
|
||||
id: "1", name: "Classic Delirium", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151433056.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Spicy Inferno",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-fries-cutting-board-with-pickles-copy-space_23-2148784453.jpg",
|
||||
},
|
||||
id: "2", name: "Spicy Inferno", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-fries-cutting-board-with-pickles-copy-space_23-2148784453.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vegan Dream",
|
||||
price: "$13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342862.jpg",
|
||||
},
|
||||
id: "3", name: "Vegan Dream", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342862.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Double Smash",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg",
|
||||
},
|
||||
id: "4", name: "Double Smash", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Blue Cheese Bliss",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-beef-steak-salad-inside-served-with-jar-mojito_114579-2310.jpg",
|
||||
},
|
||||
id: "5", name: "Blue Cheese Bliss", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-beef-steak-salad-inside-served-with-jar-mojito_114579-2310.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Mushroom Swiss",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg",
|
||||
},
|
||||
id: "6", name: "Mushroom Swiss", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg"},
|
||||
]}
|
||||
title="Our Creations"
|
||||
description="Bold combinations, unforgettable taste."
|
||||
@@ -183,55 +132,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Solo",
|
||||
price: "$15",
|
||||
subtitle: "Single burger + Side",
|
||||
buttons: [
|
||||
id: "1", badge: "Solo", price: "$15", subtitle: "Single burger + Side", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"1 Burger",
|
||||
"1 Side",
|
||||
"Soda",
|
||||
],
|
||||
"1 Burger", "1 Side", "Soda"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Duo",
|
||||
price: "$28",
|
||||
subtitle: "Two burgers + Sides",
|
||||
buttons: [
|
||||
id: "2", badge: "Duo", price: "$28", subtitle: "Two burgers + Sides", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"2 Burgers",
|
||||
"2 Sides",
|
||||
"2 Drinks",
|
||||
],
|
||||
"2 Burgers", "2 Sides", "2 Drinks"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Party",
|
||||
price: "$50",
|
||||
subtitle: "Perfect for groups",
|
||||
buttons: [
|
||||
id: "3", badge: "Party", price: "$50", subtitle: "Perfect for groups", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"4 Burgers",
|
||||
"4 Sides",
|
||||
"4 Drinks",
|
||||
],
|
||||
"4 Burgers", "4 Sides", "4 Drinks"],
|
||||
},
|
||||
]}
|
||||
title="Bundles"
|
||||
@@ -246,59 +168,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex D.",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg",
|
||||
},
|
||||
id: "1", name: "Alex D.", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah P.",
|
||||
role: "Tech",
|
||||
company: "Global",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33728.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah P.", role: "Tech", company: "Global", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33728.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark V.",
|
||||
role: "Creative",
|
||||
company: "Art",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-eating-burger_23-2150404804.jpg",
|
||||
},
|
||||
id: "3", name: "Mark V.", role: "Creative", company: "Art", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-eating-burger_23-2150404804.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jen K.",
|
||||
role: "Designer",
|
||||
company: "Style",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-potato_23-2148899058.jpg",
|
||||
},
|
||||
id: "4", name: "Jen K.", role: "Designer", company: "Style", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-potato_23-2148899058.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chris B.",
|
||||
role: "Chef",
|
||||
company: "Kitchen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-celebrating-engagement_23-2149212184.jpg",
|
||||
},
|
||||
id: "5", name: "Chris B.", role: "Chef", company: "Kitchen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-celebrating-engagement_23-2149212184.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "4.9", label: "Avg Rating"},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "5k+", label: "Reviews"},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Retention",
|
||||
},
|
||||
value: "99%", label: "Retention"},
|
||||
]}
|
||||
title="What They Say"
|
||||
description="Don't take our word for it—join the craze."
|
||||
@@ -310,20 +201,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are you open on Sundays?",
|
||||
content: "Yes, we are open 7 days a week!",
|
||||
},
|
||||
id: "1", title: "Are you open on Sundays?", content: "Yes, we are open 7 days a week!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, through all major delivery partners.",
|
||||
},
|
||||
id: "2", title: "Do you offer delivery?", content: "Yes, through all major delivery partners."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I reserve a table?",
|
||||
content: "Walk-ins are preferred, but large groups can book ahead.",
|
||||
},
|
||||
id: "3", title: "Can I reserve a table?", content: "Walk-ins are preferred, but large groups can book ahead."},
|
||||
]}
|
||||
sideTitle="Answers"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -334,8 +216,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Join the Obsession"
|
||||
description="Sign up for exclusive burger alerts and special invitations."
|
||||
@@ -348,13 +229,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Delirium Burger"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user