Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8084d1c6d1 | |||
| 79824f1cf6 | |||
| 7bac056cb5 | |||
| 06fa6b68bb | |||
| 16b241308b | |||
| 2c059d44d0 |
227
src/app/page.tsx
227
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="205 Wings"
|
||||
/>
|
||||
@@ -53,107 +45,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Best Wings in Birmingham"
|
||||
description="Flavor that keeps Birmingham coming back. From crispy wings to authentic gyros, we serve the best comfort food in the heart of Alabama."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=1",
|
||||
imageAlt: "Chicken Wings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=1", imageAlt: "Chicken Wings"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=1",
|
||||
imageAlt: "Authentic Gyros",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=2",
|
||||
imageAlt: "Wings Platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=2",
|
||||
imageAlt: "Gyros Combo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=3",
|
||||
imageAlt: "Spicy Wings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=1", imageAlt: "Authentic Gyros"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=3",
|
||||
imageAlt: "Authentic Gyros",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=3", imageAlt: "Authentic Gyros"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=4",
|
||||
imageAlt: "Chicken Wings",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=4",
|
||||
imageAlt: "Gyros Combo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=5",
|
||||
imageAlt: "Wings Platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=5",
|
||||
imageAlt: "Fresh Gyro",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=4", imageAlt: "Chicken Wings"},
|
||||
]}
|
||||
tag="Birmingham's Favorite"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
]}
|
||||
tagIcon={Star}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-funny-way_23-2150269630.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied Birmingham locals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "CRISPY WINGS",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "AUTHENTIC GYROS",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "FRESH FRIES",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "BIRMINGHAM MADE",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "BOLD FLAVORS",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,23 +75,11 @@ export default function LandingPage() {
|
||||
title="Local Flavor, Legendary Taste"
|
||||
description="At 205 Wings, we believe in fresh ingredients, bold seasonings, and authentic recipes. Serving Birmingham since we started, we're dedicated to bringing the city the best wings and gyros around."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Wing Flavors",
|
||||
},
|
||||
{
|
||||
value: "205",
|
||||
title: "Bham Roots",
|
||||
},
|
||||
{
|
||||
value: "5k+",
|
||||
title: "Happy Guests",
|
||||
},
|
||||
{ value: "10+", title: "Wing Flavors" },
|
||||
{ value: "205", title: "Bham Roots" },
|
||||
{ value: "5k+", title: "Happy Guests" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gastronomy-expert-grating-piece-cheese-plate-while-preparing-culinary-dish-dinner-service-restaurant-culinary-gastronomic-chef-cooking-fine-dining-meal-professional-kitchen_482257-44203.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
imageAlt="Restaurant kitchen preparation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,42 +90,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Buffalo Wings (10pc)",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-wings-with-green-salad-dark-background-meal-dish-food-meat-chicken-fry-cooking-photo_140725-160698.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chicken Gyro",
|
||||
price: "$9.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-salad-sauce-table_140725-6618.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Signature Fries",
|
||||
price: "$3.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-french-fries-close-up_84443-72275.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Lemon Pepper Wings",
|
||||
price: "$13.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-with-ketchup-fresh-vegetable-salad_141793-2925.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Lamb Gyro",
|
||||
price: "$10.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap_123827-36140.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Wing & Fry Combo",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-french-fries-checkered-tablecloth-orange-plate-appetizing-french-fries-chicken-wings-ketchup-lemon-left-side-dark-table_140725-110409.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Buffalo Wings (10pc)", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-wings-with-green-salad-dark-background-meal-dish-food-meat-chicken-fry-cooking-photo_140725-160698.jpg" },
|
||||
{ id: "p2", name: "Chicken Gyro", price: "$9.49", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-salad-sauce-table_140725-6618.jpg" },
|
||||
{ id: "p3", name: "Signature Fries", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-french-fries-close-up_84443-72275.jpg" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Freshly prepared chicken wings, classic gyros, and our signature crispy fries. Taste the local difference."
|
||||
@@ -238,81 +105,33 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@bham_foodie",
|
||||
testimonial: "The wings are literally the best in town. Highly recommend the lemon pepper!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Johnson",
|
||||
handle: "@local_eats",
|
||||
testimonial: "I never go anywhere else for gyros. Fast service and fresh veggies every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Davis",
|
||||
handle: "@wing_queen",
|
||||
testimonial: "Fast service and perfect heat levels. 205 Wings is a Birmingham staple.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Jason White",
|
||||
handle: "@food_junkie",
|
||||
testimonial: "Best fries I've had in Alabama. Perfectly seasoned and always crispy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laura Smith",
|
||||
handle: "@bham_dining",
|
||||
testimonial: "Authentic taste and really great prices for the portions. My favorite spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-funny-way_23-2150269630.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", handle: "@bham_foodie", testimonial: "The wings are literally the best in town. Highly recommend the lemon pepper!", rating: 5 },
|
||||
{ id: "t2", name: "Marcus Johnson", handle: "@local_eats", testimonial: "I never go anywhere else for gyros. Fast service and fresh veggies every time.", rating: 5 },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Bham Says"
|
||||
description="Don't just take our word for it—check out what our locals think about our food."
|
||||
description="Customer feedback is the heart of 205 Wings."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Visit Us"
|
||||
title="Hungry? Come Say Hi."
|
||||
description="Swing by 205 Wings in Birmingham. Sign up for our newsletter to get weekly specials and exclusive offers delivered to your inbox."
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="205 Wings"
|
||||
leftLink={{
|
||||
text: "Terms & Conditions",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms & Conditions", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--background: #fef9c3;
|
||||
--card: #fee2e2;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #dc2626;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #facc15;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #b91c1c;
|
||||
--background-accent: #fde047;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user