diff --git a/src/app/page.tsx b/src/app/page.tsx index 610637c..f0f1e05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,107 +45,27 @@ export default function LandingPage() {
@@ -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" /> @@ -188,44 +88,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" 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 +104,32 @@ 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." />
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd9ebfc..9046c51 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);