Merge version_1 into main #1
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -35,7 +35,8 @@ export default function LandingPage() {
|
||||
{ name: "Location", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now", href: "#menu"}}
|
||||
text: "Order Now", href: "#menu"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -44,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="EL RANCHERITO"
|
||||
description="Authentic Mexican street tacos crafted with fresh ingredients, bold flavors, and generations of tradition. From carnitas to al pastor, every bite tells a story."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Find Us", href: "#contact" },
|
||||
@@ -65,11 +66,14 @@ export default function LandingPage() {
|
||||
tag="Authentic"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Tacos de Carnitas", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tortillas-with-meat-vegetables_23-2148614363.jpg", imageAlt: "Carnitas tacos with onions and cilantro"},
|
||||
id: "1", name: "Tacos de Carnitas", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tortillas-with-meat-vegetables_23-2148614363.jpg", imageAlt: "Carnitas tacos with onions and cilantro"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Tacos al Pastor", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/classic-mexican-food_23-2147640358.jpg", imageAlt: "Al pastor tacos with pineapple"},
|
||||
id: "2", name: "Tacos al Pastor", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/classic-mexican-food_23-2147640358.jpg", imageAlt: "Al pastor tacos with pineapple"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Fish Tacos", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22793.jpg", imageAlt: "Battered fish tacos with slaw"},
|
||||
id: "3", name: "Fish Tacos", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22793.jpg", imageAlt: "Battered fish tacos with slaw"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -84,16 +88,20 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Customers", value: "50K+"},
|
||||
label: "Happy Customers", value: "50K+"
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Years Serving", value: "9+"},
|
||||
label: "Years Serving", value: "9+"
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Menu Items", value: "20+"},
|
||||
label: "Menu Items", value: "20+"
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Locations", value: "2"},
|
||||
label: "Locations", value: "2"
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -108,9 +116,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Yelp", "Google", "DoorDash", "Uber", "Instagram", "Facebook", "Twitter"]}
|
||||
"Yelp", "Google", "DoorDash", "Uber", "Instagram", "Facebook", "Twitter"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg", "http://img.b2bpic.net/free-photo/automation-modern-technology-machine-concept_53876-120607.jpg", "http://img.b2bpic.net/free-vector/delivery-logo-template-with-gradient-effect_23-2147884457.jpg", "http://img.b2bpic.net/free-vector/flat-design-go-logo-template_23-2148978752.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148092198.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148061324.jpg", "http://img.b2bpic.net/free-vector/twitter-buttons_23-2147536976.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg", "http://img.b2bpic.net/free-photo/automation-modern-technology-machine-concept_53876-120607.jpg", "http://img.b2bpic.net/free-vector/delivery-logo-template-with-gradient-effect_23-2147884457.jpg", "http://img.b2bpic.net/free-vector/flat-design-go-logo-template_23-2148978752.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148092198.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148061324.jpg", "http://img.b2bpic.net/free-vector/twitter-buttons_23-2147536976.jpg"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -123,16 +133,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rodriguez", role: "Local Food Blogger", company: "Taco Tuesday Chronicles", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", imageAlt: "Maria Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Restaurant Critic", company: "Food & Culture Mag", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "James Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sofia Mendez", role: "Entrepreneur", company: "Local Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sofia Mendez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sofia Mendez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park", role: "Marketing Director", company: "Community Events", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "David Park"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "David Park"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user