Update src/app/page.tsx
This commit is contained in:
224
src/app/page.tsx
224
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", 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="Cheezy Bite"
|
||||
/>
|
||||
@@ -59,32 +49,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience the Ultimate Cheesy Delight"
|
||||
description="Handcrafted bites, premium ingredients, and a passion for flavor in every single mouthful."
|
||||
tag="Since 2015"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg",
|
||||
imageAlt: "Gourmet Dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg", imageAlt: "Gourmet Dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg",
|
||||
imageAlt: "Fresh Italian Food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-fried-egg-cutting-board_23-2148784523.jpg",
|
||||
imageAlt: "Front view burger with fried egg on cutting board",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg",
|
||||
imageAlt: "Side view cheeseburger grilled beef patty with cheese and lettuce between burger buns",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger_53876-31076.jpg",
|
||||
imageAlt: "A big hamburger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg", imageAlt: "Fresh Italian Food"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -97,9 +70,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Passion for Perfection"
|
||||
description={[
|
||||
"At Cheezy Bite, we believe that simple ingredients, when chosen with love and prepared with expertise, become extraordinary dishes.",
|
||||
"From our signature molten cheese blends to our crispy handcrafted dough, every bite is a testament to our culinary philosophy.",
|
||||
]}
|
||||
"At Cheezy Bite, we believe that simple ingredients, when chosen with love and prepared with expertise, become extraordinary dishes.", "From our signature molten cheese blends to our crispy handcrafted dough, every bite is a testament to our culinary philosophy."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -111,59 +82,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bites",
|
||||
name: "Molten Classic",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-flat-dough-flour-eggs-measuring-spoon-oil-wooden-table_23-2148074051.jpg",
|
||||
},
|
||||
id: "p1", brand: "Bites", name: "Molten Classic", price: "$12.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-flat-dough-flour-eggs-measuring-spoon-oil-wooden-table_23-2148074051.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Bites",
|
||||
name: "Triple Cheese Pizza",
|
||||
price: "$18.00",
|
||||
rating: 5,
|
||||
reviewCount: "240",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-yellow-cherry-galette-pie-grey-light-top-view-copy-text_114579-3900.jpg",
|
||||
},
|
||||
id: "p2", brand: "Bites", name: "Triple Cheese Pizza", price: "$18.00", rating: 5,
|
||||
reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/homemade-yellow-cherry-galette-pie-grey-light-top-view-copy-text_114579-3900.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Bites",
|
||||
name: "Gourmet Nachos",
|
||||
price: "$15.00",
|
||||
rating: 4,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-menu-composition_23-2148614045.jpg",
|
||||
},
|
||||
id: "p3", brand: "Bites", name: "Gourmet Nachos", price: "$15.00", rating: 4,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-menu-composition_23-2148614045.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bites",
|
||||
name: "Cheese-Stuffed Crust",
|
||||
price: "$22.00",
|
||||
rating: 5,
|
||||
reviewCount: "312",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011658.jpg",
|
||||
},
|
||||
id: "p4", brand: "Bites", name: "Cheese-Stuffed Crust", price: "$22.00", rating: 5,
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011658.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Bites",
|
||||
name: "Crispy Mozzarella",
|
||||
price: "$10.00",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg",
|
||||
},
|
||||
id: "p5", brand: "Bites", name: "Crispy Mozzarella", price: "$10.00", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bites",
|
||||
name: "Supreme Fondue",
|
||||
price: "$25.00",
|
||||
rating: 5,
|
||||
reviewCount: "402",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702857.jpg",
|
||||
},
|
||||
id: "p6", brand: "Bites", name: "Supreme Fondue", price: "$25.00", rating: 5,
|
||||
reviewCount: "402", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702857.jpg"},
|
||||
]}
|
||||
title="Signature Menu Selections"
|
||||
description="Explore our curated selection of cheese-focused delicacies."
|
||||
@@ -178,19 +113,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Premium Ingredients",
|
||||
description: "We source the finest local cheeses and produce for every dish.",
|
||||
},
|
||||
title: "Premium Ingredients", description: "We source the finest local cheeses and produce for every dish."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Artisanal Preparation",
|
||||
description: "Every item is prepared fresh daily to guarantee perfect quality.",
|
||||
},
|
||||
title: "Artisanal Preparation", description: "Every item is prepared fresh daily to guarantee perfect quality."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Consistent Excellence",
|
||||
description: "Five-star service and taste, every single time you visit us.",
|
||||
},
|
||||
title: "Consistent Excellence", description: "Five-star service and taste, every single time you visit us."},
|
||||
]}
|
||||
title="Why Choose Cheezy Bite?"
|
||||
description="We don't just cook food; we craft experiences that linger in your memory long after the plate is cleared."
|
||||
@@ -205,45 +134,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
company: "Local Diner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Foodie", company: "Local Diner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
role: "Regular",
|
||||
company: "Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-apron-cleaning-table_1170-586.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", role: "Regular", company: "Neighbor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-apron-cleaning-table_1170-586.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Critic",
|
||||
company: "Gourmet Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25262.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Critic", company: "Gourmet Lab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25262.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Visitor",
|
||||
company: "Tourist",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Visitor", company: "Tourist", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda M.",
|
||||
role: "Fan",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
|
||||
},
|
||||
id: "5", name: "Linda M.", role: "Fan", company: "Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join thousands of food enthusiasts who have made Cheezy Bite their favorite local destination."
|
||||
@@ -256,20 +160,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept walk-ins?",
|
||||
content: "Yes, walk-ins are welcome, but reservations are recommended on weekends.",
|
||||
},
|
||||
id: "q1", title: "Do you accept walk-ins?", content: "Yes, walk-ins are welcome, but reservations are recommended on weekends."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Absolutely! You can order online via our website or major delivery apps.",
|
||||
},
|
||||
id: "q2", title: "Do you offer delivery?", content: "Absolutely! You can order online via our website or major delivery apps."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "We offer a wide range of delicious vegetarian pizzas and cheese-based dishes.",
|
||||
},
|
||||
id: "q3", title: "Are there vegetarian options?", content: "We offer a wide range of delicious vegetarian pizzas and cheese-based dishes."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -283,20 +178,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Connect"
|
||||
title="Ready for a Taste?"
|
||||
description="Book a table or reach out for catering inquiries. We are here to help you host an unforgettable experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Reserve a Table", href: "#"},
|
||||
{
|
||||
text: "Catering Inquiry",
|
||||
href: "#",
|
||||
},
|
||||
text: "Catering Inquiry", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -307,41 +197,25 @@ export default function LandingPage() {
|
||||
logoText="Cheezy Bite"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user