Merge version_1 into main #2
195
src/app/page.tsx
195
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "story",
|
||||
},
|
||||
name: "About", id: "story"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "reservations",
|
||||
},
|
||||
name: "Reservations", id: "reservations"},
|
||||
]}
|
||||
brandName="Hella Good"
|
||||
/>
|
||||
@@ -62,35 +52,23 @@ export default function LandingPage() {
|
||||
description="Crafted with passion, baked with fire. Experience the art of authentic sourdough in our dark, luxury-inspired sanctuary."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#reservations",
|
||||
},
|
||||
text: "Reserve Now", href: "#reservations"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-homemade-pizzas-fresh-with-basil_114579-20490.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-homemade-pizzas-fresh-with-basil_114579-20490.jpg"
|
||||
imageAlt="Wood fired pizza"
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-evening-street_1303-3829.jpg",
|
||||
alt: "Business woman in the evening street",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-evening-street_1303-3829.jpg", alt: "Business woman in the evening street"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-black-suit-talking-phone_23-2148401451.jpg",
|
||||
alt: "Man in black suit talking at the phone",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-black-suit-talking-phone_23-2148401451.jpg", alt: "Man in black suit talking at the phone"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-posing_114579-81856.jpg",
|
||||
alt: "Pretty smiling woman dressed in black sweater and posing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-posing_114579-81856.jpg", alt: "Pretty smiling woman dressed in black sweater and posing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg",
|
||||
alt: "Handsome groom looks thoughtful sitting on a couch in a cosy dark cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", alt: "Handsome groom looks thoughtful sitting on a couch in a cosy dark cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg",
|
||||
alt: "Young beautiful brunette woman wearing casual sweater standing over red background pointing fingers to camera with happy and funny face Good energy and vibes",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg", alt: "Young beautiful brunette woman wearing casual sweater standing over red background pointing fingers to camera with happy and funny face Good energy and vibes"},
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied pizza lovers"
|
||||
/>
|
||||
@@ -104,41 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Fred the Red",
|
||||
price: "₹595",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-toppings-arrangement_23-2148601633.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Fred the Red", price: "₹595", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-toppings-arrangement_23-2148601633.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Funghi Symphony",
|
||||
price: "₹645",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-handmade-pecan-pie-ready-be-served_23-2148461039.jpg",
|
||||
},
|
||||
id: "p2", name: "Funghi Symphony", price: "₹645", imageSrc: "http://img.b2bpic.net/free-photo/delicious-handmade-pecan-pie-ready-be-served_23-2148461039.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Puttanesca Classic",
|
||||
price: "₹625",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-wooden-board-word-written-flour_23-2148753788.jpg",
|
||||
},
|
||||
id: "p3", name: "Puttanesca Classic", price: "₹625", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-wooden-board-word-written-flour_23-2148753788.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Za'atar Bread",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tea-glass-with-dried-figs-nuts-tray_23-2148088344.jpg",
|
||||
},
|
||||
id: "p4", name: "Za'atar Bread", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/tea-glass-with-dried-figs-nuts-tray_23-2148088344.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Garden Harvest",
|
||||
price: "₹450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-salad-with-ingredients-table-cloth_23-2148026894.jpg",
|
||||
},
|
||||
id: "p5", name: "Garden Harvest", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-salad-with-ingredients-table-cloth_23-2148026894.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Biscoff Bliss",
|
||||
price: "₹395",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-volcano-scoop-white-ice-cream_140725-2054.jpg",
|
||||
},
|
||||
id: "p6", name: "Biscoff Bliss", price: "₹395", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-volcano-scoop-white-ice-cream_140725-2054.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Hand-stretched, stone-baked, and obsession-worthy."
|
||||
@@ -151,19 +105,13 @@ export default function LandingPage() {
|
||||
title="Our Craft"
|
||||
metrics={[
|
||||
{
|
||||
label: "Google Rating",
|
||||
value: "4.8",
|
||||
icon: Star,
|
||||
label: "Google Rating", value: "4.8", icon: Star,
|
||||
},
|
||||
{
|
||||
label: "Atmosphere",
|
||||
value: "5.0",
|
||||
icon: Award,
|
||||
label: "Atmosphere", value: "5.0", icon: Award,
|
||||
},
|
||||
{
|
||||
label: "Starting Price",
|
||||
value: "₹350",
|
||||
icon: Zap,
|
||||
label: "Starting Price", value: "₹350", icon: Zap,
|
||||
},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
@@ -177,28 +125,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Sourdough Base",
|
||||
description: "48-hour fermented sourdough crust, crisp and airy.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-tomatoes-dark-surface-pizza-italy-meal-dough-food_140725-101790.jpg",
|
||||
imageAlt: "Top view delicious mushroom pizza with cheese olives and tomatoes on the dark surface pizza italy meal dough food",
|
||||
title: "Sourdough Base", description: "48-hour fermented sourdough crust, crisp and airy.", bentoComponent: "reveal-icon", icon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Farm-to-table produce and imported cheese.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-homemade-pizzas-fresh-with-basil_114579-20490.jpg?_wi=2",
|
||||
imageAlt: "Top view delicious mushroom pizza with cheese olives and tomatoes on the dark surface pizza italy meal dough food",
|
||||
title: "Fresh Ingredients", description: "Farm-to-table produce and imported cheese.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Swift Service",
|
||||
description: "Atmosphere matched only by our speed.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Clock,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-toppings-arrangement_23-2148601633.jpg?_wi=2",
|
||||
imageAlt: "Top view delicious mushroom pizza with cheese olives and tomatoes on the dark surface pizza italy meal dough food",
|
||||
title: "Swift Service", description: "Atmosphere matched only by our speed.", bentoComponent: "reveal-icon", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="The Hella Good Experience"
|
||||
@@ -211,14 +144,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Atmosphere",
|
||||
"Service",
|
||||
"Quality",
|
||||
"Design",
|
||||
"Vibe",
|
||||
"Flavor",
|
||||
"Experience",
|
||||
]}
|
||||
"Atmosphere", "Service", "Quality", "Design", "Vibe", "Flavor", "Experience"]}
|
||||
title="Captured Moments"
|
||||
description="The vibe that keeps our guests coming back."
|
||||
/>
|
||||
@@ -230,45 +156,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Incredible",
|
||||
quote: "Best sourdough pizza I've had in years.",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021790.jpg",
|
||||
},
|
||||
id: "t1", title: "Incredible", quote: "Best sourdough pizza I've had in years.", name: "Sarah J.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021790.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Vibe is 10/10",
|
||||
quote: "The atmosphere is unmatched. Perfect for dates.",
|
||||
name: "Michael C.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg",
|
||||
},
|
||||
id: "t2", title: "Vibe is 10/10", quote: "The atmosphere is unmatched. Perfect for dates.", name: "Michael C.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Simply Hella Good",
|
||||
quote: "Puttanesca was spot on. Highly recommended.",
|
||||
name: "Emily R.",
|
||||
role: "Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg",
|
||||
},
|
||||
id: "t3", title: "Simply Hella Good", quote: "Puttanesca was spot on. Highly recommended.", name: "Emily R.", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Perfect Service",
|
||||
quote: "Staff was attentive and the pizza was hot.",
|
||||
name: "David K.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
},
|
||||
id: "t4", title: "Perfect Service", quote: "Staff was attentive and the pizza was hot.", name: "David K.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Hidden Gem",
|
||||
quote: "Loved the dessert options as much as the pizza.",
|
||||
name: "Jessica L.",
|
||||
role: "Gourmet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
},
|
||||
id: "t5", title: "Hidden Gem", quote: "Loved the dessert options as much as the pizza.", name: "Jessica L.", role: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg"},
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="What people are saying about Hella Good."
|
||||
@@ -279,14 +175,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to book your table? Join us for an unforgettable slice of heaven."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact-form",
|
||||
},
|
||||
text: "Book Now", href: "#contact-form"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -297,37 +190,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "#reservations",
|
||||
},
|
||||
label: "Reserve", href: "#reservations"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user