6 Commits

Author SHA1 Message Date
68e60b848b Update src/app/page.tsx 2026-05-27 01:37:42 +00:00
c6af6338d4 Update src/app/page.tsx 2026-05-27 01:36:50 +00:00
485a98ac06 Update src/app/styles/variables.css 2026-05-27 01:35:50 +00:00
966bd588a3 Update src/app/styles/base.css 2026-05-27 01:35:49 +00:00
88bc1aae2d Update src/app/page.tsx 2026-05-27 01:35:49 +00:00
1fd187fe76 Merge version_1 into main
Merge version_1 into main
2026-05-27 01:28:27 +00:00
3 changed files with 29 additions and 24 deletions

View File

@@ -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."
},
{
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."
},
{
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."
},
{
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."
},
{
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."
}
]}
title="The kind of reviews money cant 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."
/>
</div>
@@ -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"},

View File

@@ -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;
}

View File

@@ -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);