diff --git a/src/app/page.tsx b/src/app/page.tsx index 6801cf6..7691434 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { { id: "p5", name: "Truffle Mac & Cheese", price: "$8.00", variant: "Side Dish", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914034.jpg", imageAlt: "Truffle Mac & Cheese"}, { - id: "p6", name: "Candied Sweet Yams", price: "$7.00", variant: "Sweet Side", imageSrc: "http://img.b2bpic.net/free-photo/yellow-cherry-confiture-glass-container-wooden-board_114579-8597.jpg", imageAlt: "Candied Sweet Yams"}, + id: "p6", name: "Candied Sweet Yams", price: "$7.00", variant: "Sweet Side", imageSrc: "http://img.b2bpic.net/free-photo/yellow-cherry-confiture-glass-container-wooden-board_114579-8597.jpg", alt: "Candied Sweet Yams"}, ]} title="Soul food, styled like a headline." description="The homepage leads with high-margin, highly loved items: wings, waffles, fish, soulfood combos, and craveable sides." @@ -172,23 +172,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Michael S.", role: "Local Foodie", company: "Harlem Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/celebration-labour-day-with-3d-cartoon-portrait-working-woman_23-2151306622.jpg", imageAlt: "Michael S."}, + id: "t1", name: "Aisha K.", role: "Outdoor Dining Enthusiast", company: "Local Regular", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/celebration-labour-day-with-3d-cartoon-portrait-working-woman_23-2151306622.jpg", imageAlt: "Aisha K.", description: "Rabbit's outdoor seating is my new favorite spot! The ambiance is perfect, and the chicken and waffles taste even better al fresco. A must-try in Harlem!" + }, { - id: "t2", name: "Sabrena C.", role: "Satisfied Customer", company: "New York Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg", imageAlt: "Sabrena C."}, + id: "t2", name: "Marcus R.", role: "Date Night Planner", company: "New York Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg", imageAlt: "Marcus R.", description: "Took my partner here for a casual outdoor dinner, and it was fantastic. The fish sandwich was crispy, and the vibe under the stars was just right." + }, { - id: "t3", name: "Delivery Guest", role: "Online Orderer", company: "Uber Eats", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-delivery-woman-blue-uniform-cap-wearing-glasses-holding-pizza-boxes-smiling-showing-thumbs-orange-wall_141793-63881.jpg", imageAlt: "Delivery Guest"}, + id: "t3", name: "Chloe S.", role: "Food Blogger", company: "Harlem Eats", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-delivery-woman-blue-uniform-cap-wearing-glasses-holding-pizza-boxes-smiling-showing-thumbs-orange-wall_141793-63881.jpg", imageAlt: "Chloe S.", description: "Their outdoor setup is charming! Enjoyed a soulful meal with friends in the fresh air. The service was impeccable, and every dish was a hit. Highly recommend!" + }, { - id: "t4", name: "Jessica L.", role: "Regular Patron", company: "Loyal Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg", imageAlt: "Jessica L."}, + id: "t4", name: "Jamal L.", role: "Community Leader", company: "Loyal Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg", imageAlt: "Jamal L.", description: "The new outdoor space is a game-changer. It's a great place to connect with the community over amazing food. Rabbit's keeps getting better and better!" + }, { - id: "t5", name: "David K.", role: "Event Planner", company: "Catering Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-baked-turkey-glassware_23-2147947929.jpg", imageAlt: "David K."}, + id: "t5", name: "Elena P.", role: "Tour Guide", company: "City Sightseeing", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-baked-turkey-glassware_23-2147947929.jpg", imageAlt: "Elena P.", description: "I bring all my tours here for an authentic Harlem dining experience. The outdoor area adds such a wonderful touch. Everyone loves the atmosphere and the incredible food." + } ]} - title="The kind of reviews money can’t fake." - description="Hear what our amazing customers have to say about Rabbit's Chicken & Waffles, where every dish is made with love." + title="Experience Our Inviting Outdoor Dining!" + description="Hear what our amazing customers have to say about enjoying the vibrant atmosphere and delicious food at Rabbit's outdoor seating." /> @@ -219,9 +224,9 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "radial-gradient"}} - tag="Visit / Order / Cater" - title="Pull up hungry. Leave loyal." - description="Built for mobile conversion: order buttons stay visible, menu highlights are simple, and visitors get clear proof before they click. Find us, order, or book catering easily." + tag="Dine In / Order / Cater" + title="Dine Al Fresco or Take It Home." + description="Enjoy our new outdoor seating, perfect for a sunny day or a breezy evening. Or, order online for pickup/delivery and experience Rabbit's wherever you are. Find us, order, or book catering easily." buttons={[ { text: "Order Pickup / Delivery", href: "#order"}, diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 53147f7..c2b4e50 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-nunito-sans), sans-serif; + font-family: var(--font-dm-sans), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-nunito-sans), sans-serif; + font-family: var(--font-manrope), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 67a8edd..7ccf0bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #120907; - --card: #1a1a1a; - --foreground: #fff7e8; - --primary-cta: #f6b44b; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #160906; - --secondary-cta: #9a291a; + --secondary-cta: #000000; --secondary-cta-text: #fff7e8; - --accent: #f6b44b; - --background-accent: #9a291a; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);