Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68e60b848b | |||
| c6af6338d4 | |||
| 485a98ac06 | |||
| 966bd588a3 | |||
| 88bc1aae2d | |||
| 1fd187fe76 |
@@ -172,23 +172,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1", name: "Michael S.", role: "Local Foodie", company: "Harlem Resident", rating: 5,
|
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: "Michael S."},
|
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,
|
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: "Sabrena C."},
|
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,
|
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: "Delivery Guest"},
|
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,
|
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: "Jessica L."},
|
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,
|
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: "David K."},
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-baked-turkey-glassware_23-2147947929.jpg", imageAlt: "Elena P."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
title="The kind of reviews money can’t fake."
|
title="Experience Our Inviting Outdoor Dining!"
|
||||||
description="Hear what our amazing customers have to say about Rabbit's Chicken & Waffles, where every dish is made with love."
|
description="Hear what our amazing customers have to say about enjoying the vibrant atmosphere and delicious food at Rabbit's outdoor seating."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -219,9 +224,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"}}
|
||||||
tag="Visit / Order / Cater"
|
tag="Dine In / Order / Cater"
|
||||||
title="Pull up hungry. Leave loyal."
|
title="Dine Al Fresco or Take It Home."
|
||||||
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."
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Order Pickup / Delivery", href: "#order"},
|
text: "Order Pickup / Delivery", href: "#order"},
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-nunito-sans), sans-serif;
|
font-family: var(--font-dm-sans), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-nunito-sans), sans-serif;
|
font-family: var(--font-manrope), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #120907;
|
--background: #000000;
|
||||||
--card: #1a1a1a;
|
--card: #0c0c0c;
|
||||||
--foreground: #fff7e8;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #f6b44b;
|
--primary-cta: #106EFB;
|
||||||
--primary-cta-text: #160906;
|
--primary-cta-text: #160906;
|
||||||
--secondary-cta: #9a291a;
|
--secondary-cta: #000000;
|
||||||
--secondary-cta-text: #fff7e8;
|
--secondary-cta-text: #fff7e8;
|
||||||
--accent: #f6b44b;
|
--accent: #535353;
|
||||||
--background-accent: #9a291a;
|
--background-accent: #106EFB;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user