Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05320edf5b | |||
| 73f53fa244 |
194
src/app/page.tsx
194
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Story",
|
||||
id: "story",
|
||||
},
|
||||
name: "Story", id: "story"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "visit",
|
||||
},
|
||||
name: "Visit", id: "visit"},
|
||||
]}
|
||||
brandName="El Pollo Real"
|
||||
/>
|
||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
logoText="EL POLLO REAL"
|
||||
description="Authentic flame-roasted rotisserie chicken. Slow-cooked, deeply marinated, and served with heart in the heart of Little Village."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Order",
|
||||
href: "tel:7738473907",
|
||||
},
|
||||
text: "Call to Order", href: "tel:7738473907"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-baked-chicken-cutting-board-with-orange-slices_23-2148682751.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -88,40 +75,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "7 Days Open",
|
||||
subtitle: "Always here to satisfy your craving",
|
||||
category: "Service",
|
||||
value: "Daily",
|
||||
},
|
||||
id: "1", title: "7 Days Open", subtitle: "Always here to satisfy your craving", category: "Service", value: "Daily"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Family Owned",
|
||||
subtitle: "Recipes passed down through generations",
|
||||
category: "Authenticity",
|
||||
value: "100%",
|
||||
},
|
||||
id: "2", title: "Family Owned", subtitle: "Recipes passed down through generations", category: "Authenticity", value: "100%"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Authentic Recipes",
|
||||
subtitle: "Secret marinade and traditional preparation",
|
||||
category: "Taste",
|
||||
value: "Tradition",
|
||||
},
|
||||
id: "3", title: "Authentic Recipes", subtitle: "Secret marinade and traditional preparation", category: "Taste", value: "Tradition"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Fast Delivery",
|
||||
subtitle: "Real chicken delivered to your doorstep",
|
||||
category: "Delivery",
|
||||
value: "Available",
|
||||
},
|
||||
id: "4", title: "Fast Delivery", subtitle: "Real chicken delivered to your doorstep", category: "Delivery", value: "Available"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Local Sourced",
|
||||
subtitle: "Fresh ingredients from local partners",
|
||||
category: "Quality",
|
||||
value: "Premium",
|
||||
},
|
||||
id: "5", title: "Local Sourced", subtitle: "Fresh ingredients from local partners", category: "Quality", value: "Premium"},
|
||||
]}
|
||||
title="Why Real Matters"
|
||||
description="More than just chicken, we are a staple of the Little Village community."
|
||||
@@ -136,50 +98,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Chicken",
|
||||
name: "Whole Chicken",
|
||||
price: "$18.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-cutting-board-with-orange-slices_23-2148682751.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Chicken", name: "Whole Chicken", price: "$18.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-cutting-board-with-orange-slices_23-2148682751.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Chicken",
|
||||
name: "Half Chicken",
|
||||
price: "$10.99",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-cutting-board-with-orange-slices_23-2148682751.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", brand: "Chicken", name: "Half Chicken", price: "$10.99", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-cutting-board-with-orange-slices_23-2148682751.jpg?_wi=3"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Meat",
|
||||
name: "Carne Asada",
|
||||
price: "$14.99",
|
||||
rating: 4,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-cutting-board-with-orange-slices_23-2148682751.jpg?_wi=4",
|
||||
},
|
||||
id: "p3", brand: "Meat", name: "Carne Asada", price: "$14.99", rating: 4,
|
||||
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-cutting-board-with-orange-slices_23-2148682751.jpg?_wi=4"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Side",
|
||||
name: "Frijoles Charros",
|
||||
price: "$3.99",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg?_wi=1",
|
||||
},
|
||||
id: "p4", brand: "Side", name: "Frijoles Charros", price: "$3.99", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg?_wi=1"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Side",
|
||||
name: "Mexican Rice",
|
||||
price: "$2.99",
|
||||
rating: 4,
|
||||
reviewCount: "38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", brand: "Side", name: "Mexican Rice", price: "$2.99", rating: 4,
|
||||
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg?_wi=2"},
|
||||
]}
|
||||
title="Signature Rotisserie"
|
||||
description="Flame-roasted chicken, slow-cooked in our house marinade."
|
||||
@@ -193,26 +125,9 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Waylon S."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg",
|
||||
alt: "Waylon",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg",
|
||||
alt: "Lana",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg",
|
||||
alt: "Benita",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg",
|
||||
alt: "Jessie",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg",
|
||||
alt: "Robert",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg", alt: "Waylon" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg", alt: "Lana" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg", alt: "Benita" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -224,35 +139,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Where are you located?",
|
||||
content: "3835 W 31st St, Chicago, IL 60623",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your hours?",
|
||||
content: "Mon: 11AM-9PM | Tue: 10AM-8PM | Wed: 9AM-8PM | Thu-Sun: 10AM-8PM",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Should I order ahead?",
|
||||
content: "Yes, especially for our Tuesday & Thursday specials!",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Do you offer catering?",
|
||||
content: "Yes, contact us for large event inquiries.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Is parking available?",
|
||||
content: "Street parking is available on 31st St.",
|
||||
},
|
||||
{ id: "f1", title: "Location", content: "3835 W 31st St, Chicago, IL 60623" },
|
||||
{ id: "f2", title: "Opening Hours", content: "Mon-Sun: 10AM-9PM" },
|
||||
{ id: "f3", title: "Contact", content: "(773) 847-3907" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-mexican-dish-spicy-sauce_23-2148224185.jpg?_wi=3"
|
||||
title="Visit Us"
|
||||
description="Join us in Little Village for authentic roasted goodness."
|
||||
description="We look forward to serving you fresh, authentic rotisserie chicken."
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -261,30 +153,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Story",
|
||||
href: "#story",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
{
|
||||
label: "Visit",
|
||||
href: "#visit",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Story", href: "#story" }, { label: "Menu", href: "#menu" }] },
|
||||
{ items: [{ label: "Reviews", href: "#reviews" }, { label: "Contact & Visit", href: "#visit" }] }
|
||||
]}
|
||||
logoText="EL POLLO REAL"
|
||||
/>
|
||||
@@ -292,4 +162,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user