Merge version_1 into main #2
145
src/app/page.tsx
145
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "visit",
|
||||
},
|
||||
name: "Visit", id: "visit"},
|
||||
]}
|
||||
brandName="Brolly Hut"
|
||||
/>
|
||||
@@ -50,21 +44,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Brolly Hut"
|
||||
description="Serving iconic American comfort fare and late-night eats since 1968. A piece of Inglewood history."
|
||||
buttons={[
|
||||
{
|
||||
text: "See Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "See Menu", href: "#menu"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#visit",
|
||||
},
|
||||
text: "Visit Us", href: "#visit"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -85,23 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Pastrami Burger",
|
||||
price: "$8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Signature Pastrami Burger", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chili Cheese Fries",
|
||||
price: "$5.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104472.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Chili Cheese Fries", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104472.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Classic Milkshake",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-drink-with-whipped-cream-coffee-beans_140725-6104.jpg",
|
||||
},
|
||||
id: "p3", name: "Classic Milkshake", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-drink-with-whipped-cream-coffee-beans_140725-6104.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Handmade comfort food cooked to perfection."
|
||||
@@ -115,49 +92,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Googie Architecture",
|
||||
description: "Unique umbrella-inspired design dating back to the 60s.",
|
||||
icon: Building,
|
||||
title: "Googie Architecture", description: "Unique umbrella-inspired design dating back to the 60s.", icon: Building,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg?_wi=2",
|
||||
imageAlt: "retro fast food restaurant exterior",
|
||||
},
|
||||
{
|
||||
title: "Comfort Atmosphere",
|
||||
description: "Homey, retro vibes that make every meal feel special.",
|
||||
icon: Coffee,
|
||||
title: "Comfort Atmosphere", description: "Homey, retro vibes that make every meal feel special.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342861.jpg?_wi=2",
|
||||
imageAlt: "pastrami burger close up",
|
||||
},
|
||||
{
|
||||
title: "Quick Service",
|
||||
description: "Fast drive-up or walk-up service for your convenience.",
|
||||
icon: Clock,
|
||||
title: "Quick Service", description: "Fast drive-up or walk-up service for your convenience.", icon: Clock,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148475.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148475.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148475.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148475.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104472.jpg?_wi=2",
|
||||
imageAlt: "chili cheese fries gourmet",
|
||||
},
|
||||
]}
|
||||
title="Why Brolly Hut?"
|
||||
@@ -170,30 +129,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-drinking-smoothie-cocktail_171337-9586.jpg",
|
||||
},
|
||||
id: "t2", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-drinking-smoothie-cocktail_171337-9586.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-people-having-dinner-together_23-2148454086.jpg",
|
||||
},
|
||||
id: "t3", name: "Sarah R.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-people-having-dinner-together_23-2148454086.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Michael K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg",
|
||||
},
|
||||
id: "t4", name: "Michael K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Robert B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"},
|
||||
]}
|
||||
cardTitle="What our guests say"
|
||||
cardAnimation="slide-up"
|
||||
@@ -207,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept cards?",
|
||||
content: "Yes, we accept credit, debit, and mobile payments.",
|
||||
},
|
||||
id: "q1", title: "Do you accept cards?", content: "Yes, we accept credit, debit, and mobile payments."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What are your hours?",
|
||||
content: "Open daily 7 AM – 10:30 PM (7:30 AM on Sundays).",
|
||||
},
|
||||
id: "q2", title: "What are your hours?", content: "Open daily 7 AM – 10:30 PM (7:30 AM on Sundays)."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, free parking is available in our adjacent lot.",
|
||||
},
|
||||
id: "q3", title: "Is parking available?", content: "Yes, free parking is available in our adjacent lot."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know before visiting."
|
||||
@@ -232,33 +167,21 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Burgers",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Burgers", href: "#menu"},
|
||||
{
|
||||
label: "Pastrami",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pastrami", href: "#menu"},
|
||||
{
|
||||
label: "Breakfast",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Breakfast", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Inglewood, CA",
|
||||
href: "#",
|
||||
},
|
||||
label: "Inglewood, CA", href: "#"},
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Get Directions", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user