diff --git a/src/app/page.tsx b/src/app/page.tsx index e0f6a48..50a56ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,14 @@ export default function LandingPage() { textboxLayout="split" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} - products={[{ id: "p1", name: "Hellfire Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-textured-background_53876-176760.jpg?_wi=3" }, { id: "p2", name: "Cold Brew Kick", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg?_wi=3" }, { id: "p3", name: "Fire-Roasted Muffin", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-cake-with-sweets-cake-with-strawberry-black-tea-with-lemon-plate-cookies-with-strawberry-hizelnuts-bowls-chocolate-different-sweets-left-side-dark-table_140725-118567.jpg?_wi=3" }, { id: "p4", name: "Classic Cappuccino", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7857.jpg" }, { id: "p5", name: "Iced Mocha", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4412.jpg" }, { id: "p6", name: "Americano", price: "$3.25", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-with-camera-plant_23-2151986831.jpg" }]} + products={[ + { id: "p1", name: "Hellfire Espresso", price: "$3.50", imageSrc: "https://img.b2bpic.net/free-photo/cup-espresso-coffee_144627-24899.jpg?_wi=1" }, + { id: "p2", name: "Cold Brew Kick", price: "$4.50", imageSrc: "https://img.b2bpic.net/free-photo/glass-iced-coffee-with-ice-cubes_114579-2476.jpg?_wi=1" }, + { id: "p3", name: "Fire-Roasted Muffin", price: "$3.00", imageSrc: "https://img.b2bpic.net/free-photo/tasty-muffin-dark-background_144627-3852.jpg?_wi=1" }, + { id: "p4", name: "Classic Cappuccino", price: "$4.00", imageSrc: "https://img.b2bpic.net/free-photo/cappuccino-coffee-cup-table_1150-13645.jpg?_wi=1" }, + { id: "p5", name: "Iced Mocha", price: "$5.00", imageSrc: "https://img.b2bpic.net/free-photo/iced-chocolate-latte_144627-2435.jpg?_wi=1" }, + { id: "p6", name: "Americano", price: "$3.25", imageSrc: "https://img.b2bpic.net/free-photo/cup-coffee-americano_144627-2688.jpg?_wi=1" } + ]} title="Full Menu" description="From classic roasts to our signature fire-brewed specialties, we have something to wake you up." /> @@ -82,7 +89,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[{ - title: "Fast Service", description: "Stop by our convenient drive-through before you head to work.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", imageAlt: "cafe interior" }, + title: "Fast Service", description: "Stop by our convenient drive-through before you head to work.", media: { imageSrc: "https://img.b2bpic.net/free-photo/modern-coffee-shop-interior_1150-17932.jpg?_wi=1", imageAlt: "cafe interior" }, items: [{ icon: Clock, text: "Drive-through convenience" }, { icon: Zap, text: "Speedy roasting & serving" }, { icon: Car, text: "Easy access on TX-105" }], reverse: false }]} @@ -96,7 +103,11 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[{ id: "t1", name: "Sarah J.", role: "Daily Patron", testimonial: "The best espresso in Conroe, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-beautiful-woman-enjoying-coffee_23-2148317286.jpg" }, { id: "t2", name: "Mark D.", role: "Commuter", testimonial: "My morning drive-through routine, fast and friendly.", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-restaurant_23-2148018756.jpg" }, { id: "t3", name: "Emma L.", role: "Coffee Enthusiast", testimonial: "Love the fire-roasted flavor profile, absolutely unique.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time-medium-shot_23-2149308457.jpg" }, { id: "t4", name: "Josh B.", role: "Regular", testimonial: "Always consistent and perfect roasting.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg" }, { id: "t5", name: "Kate M.", role: "Local", testimonial: "The atmosphere is great and the coffee is better.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg" }]} + testimonials={[ + { id: "t1", name: "Sarah J.", role: "Daily Patron", testimonial: "The best espresso in Conroe, hands down!", imageSrc: "https://img.b2bpic.net/free-photo/happy-young-woman-coffee-shop_144627-4632.jpg?_wi=1" }, + { id: "t2", name: "Mark D.", role: "Commuter", testimonial: "My morning drive-through routine, fast and friendly.", imageSrc: "https://img.b2bpic.net/free-photo/handsome-man-coffee-shop_144627-5211.jpg?_wi=1" }, + { id: "t3", name: "Emma L.", role: "Coffee Enthusiast", testimonial: "Love the fire-roasted flavor profile, absolutely unique.", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-drinking-coffee_144627-4952.jpg?_wi=1" } + ]} title="Fan Favorites" description="Don't just take our word for it—join the hundreds of loyal Hellcat fans." /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a291bd3..7cef5f6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #ffffff; - --foreground: #2b180a; - --primary-cta: #c72e2e; + --background: #080000; + --card: #1e0d0d; + --foreground: #ffe6e6; + --primary-cta: #ff3d4a; --primary-cta-text: #ffffff; - --secondary-cta: #2b180a; + --secondary-cta: #1f0a0a; --secondary-cta-text: #ffffff; --accent: #ff8c42; - --background-accent: #e63946; + --background-accent: #b8111f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);