Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8bf27bcd0 | |||
| d6feb45509 | |||
| ee0932cd91 |
146
src/app/page.tsx
146
src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
@@ -30,69 +30,32 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Our Story",
|
name: "Our Story", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Visit Us",
|
name: "Visit Us", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Nopalitos × Shea D's"
|
brandName="Nopalitos × Shea D's"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="The Flavor of Texas"
|
title="The Flavor of Texas"
|
||||||
description="Two kitchens, one legendary block. World-class menudo. Legendary burritos. One unforgettable stop in the heart of Lubbock."
|
description="Two kitchens, one legendary block. World-class menudo. Legendary burritos. One unforgettable stop in the heart of Lubbock."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "See Our Menu",
|
text: "See Our Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Find Us",
|
text: "Find Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
mediaItems={[
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/napkin-spoons-near-bun-garlic_23-2147930018.jpg",
|
|
||||||
imageAlt: "Restaurant ambiance",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/cinco-de-mayo-background-with-mexican-elements_23-2147797072.jpg",
|
|
||||||
imageAlt: "Nopalitos brand logo",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-labels-collection-mexico-independence-celebration_23-2149552840.jpg",
|
|
||||||
imageAlt: "Shea D's brand logo",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bozbash-soup-wooden-spoon-onions-nude-background-azerbaijani-cuisine_140725-108381.jpg?_wi=1",
|
|
||||||
imageAlt: "Traditional menudo bowl",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg?_wi=1",
|
|
||||||
imageAlt: "Brisket burrito",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-different-goodies_23-2148826871.jpg?_wi=1",
|
|
||||||
imageAlt: "Chorizo egg burrito",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/napkin-spoons-near-bun-garlic_23-2147930018.jpg"
|
||||||
|
imageAlt="Restaurant ambiance"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -104,19 +67,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
label: "Hot Salsa",
|
label: "Hot Salsa", value: "∞"},
|
||||||
value: "∞",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Star,
|
icon: Star,
|
||||||
label: "Iconic Kitchens",
|
label: "Iconic Kitchens", value: "2"},
|
||||||
value: "2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Star,
|
icon: Star,
|
||||||
label: "Avg Rating",
|
label: "Avg Rating", value: "5★"},
|
||||||
value: "5★",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -130,23 +87,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Best Menudo in Town", price: "Weekend Special", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bozbash-soup-wooden-spoon-onions-nude-background-azerbaijani-cuisine_140725-108381.jpg?_wi=2"},
|
||||||
name: "Best Menudo in Town",
|
|
||||||
price: "Weekend Special",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bozbash-soup-wooden-spoon-onions-nude-background-azerbaijani-cuisine_140725-108381.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Brisket Burrito", price: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg?_wi=2"},
|
||||||
name: "Brisket Burrito",
|
|
||||||
price: "Authentic",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Chorizo & Egg Burrito", price: "Morning Classic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-different-goodies_23-2148826871.jpg?_wi=2"},
|
||||||
name: "Chorizo & Egg Burrito",
|
|
||||||
price: "Morning Classic",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-different-goodies_23-2148826871.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Menu Highlights"
|
title="Menu Highlights"
|
||||||
description="From Nopalitos' signature brisket and world-class menudo to Shea D's famous breakfast burritos."
|
description="From Nopalitos' signature brisket and world-class menudo to Shea D's famous breakfast burritos."
|
||||||
@@ -160,40 +105,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Loyal Local", handle: "@local", testimonial: "Best menudo in town! Love it!! Great brisket burritos too!!", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=1"},
|
||||||
name: "Loyal Local",
|
|
||||||
handle: "@local",
|
|
||||||
testimonial: "Best menudo in town! Love it!! Great brisket burritos too!!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Road-Trip Regular", handle: "@traveler", testimonial: "We drove all the way from Lubbock just for this. Incredible.", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=2"},
|
||||||
name: "Road-Trip Regular",
|
|
||||||
handle: "@traveler",
|
|
||||||
testimonial: "We drove all the way from Lubbock just for this. Incredible.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Breakfast Devotee", handle: "@breakfast", testimonial: "Great food, great price, and fast service. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg"},
|
||||||
name: "Breakfast Devotee",
|
|
||||||
handle: "@breakfast",
|
|
||||||
testimonial: "Great food, great price, and fast service. Highly recommend.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Burrito Believer", handle: "@believer", testimonial: "As far as I'm concerned, they are the best. You won't be disappointed.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"},
|
||||||
name: "Burrito Believer",
|
|
||||||
handle: "@believer",
|
|
||||||
testimonial: "As far as I'm concerned, they are the best. You won't be disappointed.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Lubbock Legend", handle: "@foodie", testimonial: "I grew up on these burritos. The flavor is unmatched in all of Texas.", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=3"},
|
||||||
name: "Lubbock Legend",
|
|
||||||
handle: "@foodie",
|
|
||||||
testimonial: "I grew up on these burritos. The flavor is unmatched in all of Texas.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Straight From Our Customers"
|
title="Straight From Our Customers"
|
||||||
description="Five stars across the board, from menudo to burritos to service."
|
description="Five stars across the board, from menudo to burritos to service."
|
||||||
@@ -206,22 +126,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "What are Shea D's hours?", content: "Open Monday through Saturday, 6am-1pm."},
|
||||||
title: "What are Shea D's hours?",
|
|
||||||
content: "Open Monday through Saturday, 6am-1pm.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "What are Nopalitos' hours?", content: "Monday-Friday 11am-8pm, Sunday 11am-2pm."},
|
||||||
title: "What are Nopalitos' hours?",
|
|
||||||
content: "Monday-Friday 11am-8pm, Sunday 11am-2pm.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ctaTitle="Come Hungry. Leave Happy."
|
ctaTitle="Come Hungry. Leave Happy."
|
||||||
ctaDescription="Visit us in Lubbock, Texas. Open early and ready to serve authentic West Texas flavor."
|
ctaDescription="Visit us in Lubbock, Texas. Open early and ready to serve authentic West Texas flavor."
|
||||||
ctaButton={{
|
ctaButton={{
|
||||||
text: "Get Directions",
|
text: "Get Directions", href: "https://maps.google.com"}}
|
||||||
href: "https://maps.google.com",
|
|
||||||
}}
|
|
||||||
ctaIcon={MapPin}
|
ctaIcon={MapPin}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -230,13 +142,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Nopalitos × Shea D's"
|
logoText="Nopalitos × Shea D's"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user