Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0538ae7176 | |||
| 1a7710fc00 | |||
| 89e51c77b4 | |||
| 3c287e61af | |||
| 6bf1782edb |
267
src/app/page.tsx
267
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Location", id: "contact"},
|
||||
]}
|
||||
brandName="Gino's East"
|
||||
/>
|
||||
@@ -51,35 +45,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Chicago's Original Deep Dish"
|
||||
description="Experience the legendary, hand-crafted deep dish pizza that has defined Chicago dining for over 50 years. Authentic taste, heritage, and atmosphere."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-cup-coffee_23-2148149138.jpg",
|
||||
imageAlt: "Iconic Chicago Deep Dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-cup-coffee_23-2148149138.jpg", imageAlt: "Iconic Chicago Deep Dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195149.jpg",
|
||||
imageAlt: "Fresh baked pizza slice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195149.jpg", imageAlt: "Fresh baked pizza slice"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309418.jpg",
|
||||
imageAlt: "Rustic restaurant atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309418.jpg", imageAlt: "Rustic restaurant atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-cheese-it-is-being-served_505751-3854.jpg",
|
||||
imageAlt: "Iconic Chicago Deep Dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-cheese-it-is-being-served_505751-3854.jpg", imageAlt: "Iconic Chicago Deep Dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900905.jpg",
|
||||
imageAlt: "Fresh baked pizza slice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900905.jpg", imageAlt: "Fresh baked pizza slice"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/khachapuri-cheese-table_140725-9561.jpg",
|
||||
imageAlt: "Rustic restaurant atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/khachapuri-cheese-table_140725-9561.jpg", imageAlt: "Rustic restaurant atmosphere"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -91,9 +72,7 @@ export default function LandingPage() {
|
||||
title="A Chicago Culinary Legend"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our History",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn Our History", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,38 +84,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Traditional Craft",
|
||||
author: "Chef Kitchen",
|
||||
description: "Authentic techniques handed down through generations.",
|
||||
tags: [
|
||||
"Authentic",
|
||||
"Tradition",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-ingredients-wooden-textured-surface-with-vegetables-delicious-pizza_23-2148076054.jpg",
|
||||
},
|
||||
id: "f1", title: "Traditional Craft", author: "Chef Kitchen", description: "Authentic techniques handed down through generations.", tags: [
|
||||
"Authentic", "Tradition"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-ingredients-wooden-textured-surface-with-vegetables-delicious-pizza_23-2148076054.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Family Friendly",
|
||||
author: "Operations",
|
||||
description: "Perfect atmosphere for families, locals, and visitors alike.",
|
||||
tags: [
|
||||
"Community",
|
||||
"Welcome",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg",
|
||||
},
|
||||
id: "f2", title: "Family Friendly", author: "Operations", description: "Perfect atmosphere for families, locals, and visitors alike.", tags: [
|
||||
"Community", "Welcome"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Stone Oven Baked",
|
||||
author: "Master Baker",
|
||||
description: "Baking pizzas to perfection in our traditional stone ovens.",
|
||||
tags: [
|
||||
"Fresh",
|
||||
"Oven",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-near-oven_23-2150873852.jpg",
|
||||
},
|
||||
id: "f3", title: "Stone Oven Baked", author: "Master Baker", description: "Baking pizzas to perfection in our traditional stone ovens.", tags: [
|
||||
"Fresh", "Oven"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-near-oven_23-2150873852.jpg"},
|
||||
]}
|
||||
title="Why We're Chicago's Best"
|
||||
description="Crafted with passion, traditional methods, and only the freshest, high-quality ingredients."
|
||||
@@ -151,59 +109,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Gino's",
|
||||
name: "Classic Sausage Deep Dish",
|
||||
price: "$22.00",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg",
|
||||
},
|
||||
id: "p1", brand: "Gino's", name: "Classic Sausage Deep Dish", price: "$22.00", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Gino's",
|
||||
name: "Spinach Classic",
|
||||
price: "$20.00",
|
||||
rating: 4,
|
||||
reviewCount: "800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895459.jpg",
|
||||
},
|
||||
id: "p2", brand: "Gino's", name: "Spinach Classic", price: "$20.00", rating: 4,
|
||||
reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895459.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Gino's",
|
||||
name: "Meat Lovers",
|
||||
price: "$25.00",
|
||||
rating: 5,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-steak_1203-9961.jpg",
|
||||
},
|
||||
id: "p3", brand: "Gino's", name: "Meat Lovers", price: "$25.00", rating: 5,
|
||||
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak_1203-9961.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Gino's",
|
||||
name: "Mozzarella Sticks",
|
||||
price: "$9.00",
|
||||
rating: 5,
|
||||
reviewCount: "450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-fingers-skimmer-with-cherry-tomatoes-leafy-vegetable-table_23-2147840933.jpg",
|
||||
},
|
||||
id: "p4", brand: "Gino's", name: "Mozzarella Sticks", price: "$9.00", rating: 5,
|
||||
reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-fingers-skimmer-with-cherry-tomatoes-leafy-vegetable-table_23-2147840933.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Gino's",
|
||||
name: "Garden Salad",
|
||||
price: "$7.00",
|
||||
rating: 4,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-chicken-parmesan-cheese-bowl-dark_140725-11873.jpg",
|
||||
},
|
||||
id: "p5", brand: "Gino's", name: "Garden Salad", price: "$7.00", rating: 4,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-chicken-parmesan-cheese-bowl-dark_140725-11873.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Gino's",
|
||||
name: "Cannoli Duo",
|
||||
price: "$8.00",
|
||||
rating: 5,
|
||||
reviewCount: "600",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-traditional-tequenos-dish_23-2148945427.jpg",
|
||||
},
|
||||
id: "p6", brand: "Gino's", name: "Cannoli Duo", price: "$8.00", rating: 5,
|
||||
reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-traditional-tequenos-dish_23-2148945427.jpg"},
|
||||
]}
|
||||
title="Menu Classics"
|
||||
description="Explore our world-famous signature deep dish pizzas and authentic Italian favorites."
|
||||
@@ -218,20 +140,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50+",
|
||||
description: "Years of Tradition",
|
||||
},
|
||||
id: "m1", value: "50+", description: "Years of Tradition"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1M+",
|
||||
description: "Pizzas Served",
|
||||
},
|
||||
id: "m2", value: "1M+", description: "Pizzas Served"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12",
|
||||
description: "Iconic Locations",
|
||||
},
|
||||
id: "m3", value: "12", description: "Iconic Locations"},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Decades of pizza perfection and millions of slices served to Chicagoans."
|
||||
@@ -246,45 +159,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Foodie",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friend-always-makes-ma-laugh_329181-2920.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", role: "Foodie", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friend-always-makes-ma-laugh_329181-2920.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John Thompson",
|
||||
role: "Visitor",
|
||||
company: "Traveler",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-japanese-street-food_23-2149319452.jpg",
|
||||
},
|
||||
id: "t2", name: "John Thompson", role: "Visitor", company: "Traveler", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-japanese-street-food_23-2149319452.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maria Garcia",
|
||||
role: "Regular",
|
||||
company: "Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-happy-people-communicating-while-having-lunch-together-dining-room_637285-3564.jpg",
|
||||
},
|
||||
id: "t3", name: "Maria Garcia", role: "Regular", company: "Fan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-happy-people-communicating-while-having-lunch-together-dining-room_637285-3564.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Smith",
|
||||
role: "Local",
|
||||
company: "Native",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-eating-pizza-slice_23-2147890875.jpg",
|
||||
},
|
||||
id: "t4", name: "David Smith", role: "Local", company: "Native", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-eating-pizza-slice_23-2147890875.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily Wong",
|
||||
role: "Critic",
|
||||
company: "Observer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg",
|
||||
},
|
||||
id: "t5", name: "Emily Wong", role: "Critic", company: "Observer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg"},
|
||||
]}
|
||||
title="Loved By Chicago"
|
||||
description="Hear what our loyal guests have to say about the Gino's experience."
|
||||
@@ -297,20 +185,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we deliver straight to your door throughout Chicago.",
|
||||
},
|
||||
id: "q1", title: "Do you offer delivery?", content: "Yes, we deliver straight to your door throughout Chicago."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I reserve a table?",
|
||||
content: "Yes, reservations are highly recommended, especially on weekends.",
|
||||
},
|
||||
id: "q2", title: "Can I reserve a table?", content: "Yes, reservations are highly recommended, especially on weekends."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have vegan options?",
|
||||
content: "We offer several vegetarian-friendly options and can customize certain pizzas.",
|
||||
},
|
||||
id: "q3", title: "Do you have vegan options?", content: "We offer several vegetarian-friendly options and can customize certain pizzas."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Have questions about our deep dish? We've got answers."
|
||||
@@ -322,20 +201,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Ready for a Slice?"
|
||||
description="Find your nearest Gino's East location or book your table today."
|
||||
title="Visit Our Chicago Location"
|
||||
description="Find us at our flagship restaurant in the heart of Chicago: 162 E Superior St, Chicago, IL 60611. Contact us at (312) 266-1000."
|
||||
buttons={[
|
||||
{
|
||||
text: "Find a Location",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/place/Gino's+East/@41.895393,-87.625345,17z/data=!3m1!4b1!4m6!3m5!1s0x880fd34d85e78c85:0x77d01869e06180ec!8m2!3d41.895389!4d-87.62277!16s%2Fg%2F1tdr9d52?entry=ttu"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Call Now", href: "tel:3122661000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -345,42 +219,27 @@ export default function LandingPage() {
|
||||
logoText="Gino's East"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Locations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -390,4 +249,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user