Merge version_2 into main #4
@@ -20,11 +20,11 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="light"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -58,16 +58,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria G.", role: "Local Resident", testimonial: "Great food, fast service, amazing atmosphere!", imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg?_wi=3"},
|
||||
{
|
||||
id: "2", name: "John D.", role: "Foodie", testimonial: "Huge portions, worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-cooking_23-2149152858.jpg"},
|
||||
{
|
||||
id: "3", name: "Sarah K.", role: "Regular", testimonial: "Friendly staff and no wait time. Best in town.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=1"},
|
||||
{
|
||||
id: "4", name: "Robert B.", role: "Visitor", testimonial: "Authentic flavors that remind me of home.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=1"},
|
||||
{
|
||||
id: "5", name: "Elena M.", role: "Food Critic", testimonial: "The most authentic fajitas I've had in Texas. A hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23131.jpg"},
|
||||
{ id: "1", name: "Maria G.", role: "Local Resident", testimonial: "Great food, fast service, amazing atmosphere!", imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg?_wi=3" },
|
||||
{ id: "2", name: "John D.", role: "Foodie", testimonial: "Huge portions, worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-cooking_23-2149152858.jpg" },
|
||||
{ id: "3", name: "Sarah K.", role: "Regular", testimonial: "Friendly staff and no wait time. Best in town.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=1" },
|
||||
{ id: "4", name: "Robert B.", role: "Visitor", testimonial: "Authentic flavors that remind me of home.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=1" },
|
||||
{ id: "5", name: "Elena M.", role: "Food Critic", testimonial: "The most authentic fajitas I've had in Texas. A hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23131.jpg" },
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="Don't just take our word for it—see what our community says."
|
||||
@@ -94,15 +89,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Signature", name: "Street Tacos", price: "$12.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", brand: "Signature", name: "Sizzling Fajitas", price: "$18.50", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", brand: "Signature", name: "Classic Burritos", price: "$14.00", rating: 4,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg?_wi=1"},
|
||||
{ id: "1", brand: "Signature", name: "Street Tacos", price: "$12.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=2" },
|
||||
{ id: "2", brand: "Signature", name: "Sizzling Fajitas", price: "$18.50", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=2" },
|
||||
{ id: "3", brand: "Signature", name: "Classic Burritos", price: "$14.00", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg?_wi=1" },
|
||||
]}
|
||||
title="Signature Menu Items"
|
||||
description="Crafted with tradition, served with love."
|
||||
@@ -147,4 +136,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcfaf5;
|
||||
--card: #f9f6f0;
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #c1272d;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f6f0;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #e34400;
|
||||
--background-accent: #efe7dd;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user