Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
262
src/app/page.tsx
262
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Our Quality",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Quality", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Sabor Fresco"
|
||||
/>
|
||||
@@ -55,71 +47,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Mexican, 99.9% Fresh."
|
||||
description="Experience the true taste of Mexico. We source the finest, freshest ingredients to bring you authentic, healthy street food without the shortcuts."
|
||||
kpis={[
|
||||
{
|
||||
value: "99.9%",
|
||||
label: "Fresh Ingredients",
|
||||
},
|
||||
value: "99.9%", label: "Fresh Ingredients"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Authentic Flavor",
|
||||
},
|
||||
value: "100%", label: "Authentic Flavor"},
|
||||
{
|
||||
value: "24h",
|
||||
label: "Daily Prep",
|
||||
},
|
||||
value: "24h", label: "Daily Prep"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/healthy-ingredients-included-salad_23-2148173932.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/healthy-ingredients-included-salad_23-2148173932.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg",
|
||||
alt: "Happy regular",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg", alt: "Happy regular"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
|
||||
alt: "Food enthusiast",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg", alt: "Food enthusiast"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
||||
alt: "Local foodie",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", alt: "Local foodie"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250086.jpg",
|
||||
alt: "Mexican food lover",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250086.jpg", alt: "Mexican food lover"},
|
||||
]}
|
||||
avatarText="Join 500+ daily fans"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "No Preservatives",
|
||||
},
|
||||
type: "text", text: "No Preservatives"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm-To-Table",
|
||||
},
|
||||
type: "text", text: "Farm-To-Table"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Recipes",
|
||||
},
|
||||
type: "text", text: "Authentic Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Freshness",
|
||||
},
|
||||
type: "text", text: "Daily Freshness"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,15 +96,11 @@ export default function LandingPage() {
|
||||
description="We believe your food should be as honest as it is delicious. Our kitchen team sources fresh produce daily, ensuring that 99.9% of everything you eat is prepared from scratch right before serving."
|
||||
metrics={[
|
||||
{
|
||||
value: "0%",
|
||||
title: "Processed Fillers",
|
||||
},
|
||||
value: "0%", title: "Processed Fillers"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Real Spices",
|
||||
},
|
||||
value: "100%", title: "Real Spices"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-putting-tomatoes-avocado_23-2148471901.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-putting-tomatoes-avocado_23-2148471901.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -153,59 +114,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Street Classic",
|
||||
name: "Al Pastor Tacos",
|
||||
price: "$3.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831107.jpg?_wi=1",
|
||||
},
|
||||
id: "1", brand: "Street Classic", name: "Al Pastor Tacos", price: "$3.50", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831107.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Fresh Bowl",
|
||||
name: "Veggie Burrito Bowl",
|
||||
price: "$9.00",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-guacamole-with-nacho-chip-wooden-bowl-yellow-background_123827-22987.jpg",
|
||||
},
|
||||
id: "2", brand: "Fresh Bowl", name: "Veggie Burrito Bowl", price: "$9.00", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/mexican-guacamole-with-nacho-chip-wooden-bowl-yellow-background_123827-22987.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Handcrafted",
|
||||
name: "Fresh Guacamole",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-delicious-shaurma-salad-sandwich-with-fresh-vegetables-grey-surface-meal-pita-salad-sandwich-burger_140725-102052.jpg",
|
||||
},
|
||||
id: "3", brand: "Handcrafted", name: "Fresh Guacamole", price: "$5.00", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-delicious-shaurma-salad-sandwich-with-fresh-vegetables-grey-surface-meal-pita-salad-sandwich-burger_140725-102052.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Street Treat",
|
||||
name: "Street Corn",
|
||||
price: "$4.00",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-pide-table_140725-6716.jpg",
|
||||
},
|
||||
id: "4", brand: "Street Treat", name: "Street Corn", price: "$4.00", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/meat-pide-table_140725-6716.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Handcrafted",
|
||||
name: "Fresh Quesadilla",
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl_2829-14502.jpg",
|
||||
},
|
||||
id: "5", brand: "Handcrafted", name: "Fresh Quesadilla", price: "$6.00", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl_2829-14502.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Handcrafted",
|
||||
name: "Signature Salsa",
|
||||
price: "$2.00",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nachos-chips-with-sauces_658428-127.jpg",
|
||||
},
|
||||
id: "6", brand: "Handcrafted", name: "Signature Salsa", price: "$2.00", rating: 5,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/nachos-chips-with-sauces_658428-127.jpg"},
|
||||
]}
|
||||
title="Authentic Mexican Menu"
|
||||
description="Hand-crafted tacos, bowls, and specialties made with the highest quality fresh components."
|
||||
@@ -219,40 +144,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Farm to Kitchen",
|
||||
description: "We partner with local farmers to get produce at peak freshness.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-legumes-aromatic-herbs_1220-357.jpg",
|
||||
},
|
||||
title: "Farm to Kitchen", description: "We partner with local farmers to get produce at peak freshness.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-legumes-aromatic-herbs_1220-357.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-lentil-soup-bowl-wooden-kitchen-board-with-lemons-with-knife-with-red-onions-bucket-with-tomatoes-peppers-isolated-white-wall_141793-76069.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-ingredients-included-salad_23-2148173932.jpg?_wi=2",
|
||||
imageAlt: "fresh healthy mexican tacos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-lentil-soup-bowl-wooden-kitchen-board-with-lemons-with-knife-with-red-onions-bucket-with-tomatoes-peppers-isolated-white-wall_141793-76069.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Scratch Made Daily",
|
||||
description: "Nothing comes from a can. Every salsa and spice blend is made fresh daily.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tortillas-defocused-background_23-2148224177.jpg",
|
||||
},
|
||||
title: "Scratch Made Daily", description: "Nothing comes from a can. Every salsa and spice blend is made fresh daily.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tortillas-defocused-background_23-2148224177.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-soup-with-different-seasonings-dark-space_140725-75739.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-putting-tomatoes-avocado_23-2148471901.jpg?_wi=2",
|
||||
imageAlt: "fresh healthy mexican tacos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-soup-with-different-seasonings-dark-space_140725-75739.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Authentic Cooking",
|
||||
description: "Tradition meets quality. Using time-honored recipes for the perfect bite.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dushbara-wooden-spoon-black-kitchen-towel-hot-pepper-bowls-with-black-pepper-salt-bowls-with-meat-greens-different-spices-chopping-board-nude-surface_140725-62476.jpg",
|
||||
},
|
||||
title: "Authentic Cooking", description: "Tradition meets quality. Using time-honored recipes for the perfect bite.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dushbara-wooden-spoon-black-kitchen-towel-hot-pepper-bowls-with-black-pepper-salt-bowls-with-meat-greens-different-spices-chopping-board-nude-surface_140725-62476.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-tacos-plate-with-lime_23-2148629344.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831107.jpg?_wi=2",
|
||||
imageAlt: "fresh healthy mexican tacos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-tacos-plate-with-lime_23-2148629344.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -269,20 +176,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Pounds of fresh produce chopped daily",
|
||||
},
|
||||
id: "m1", value: "150+", description: "Pounds of fresh produce chopped daily"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "Unique hand-blended authentic spices",
|
||||
},
|
||||
id: "m2", value: "20+", description: "Unique hand-blended authentic spices"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
description: "Satisfied food lovers served daily",
|
||||
},
|
||||
id: "m3", value: "500+", description: "Satisfied food lovers served daily"},
|
||||
]}
|
||||
title="Freshness by the Numbers"
|
||||
description="Every day, we prepare fresh ingredients for our customers."
|
||||
@@ -294,14 +192,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Fresh Farmers Co.",
|
||||
"Organic Valley",
|
||||
"Local Spice Roots",
|
||||
"Green Fields",
|
||||
"Sustainable Veggie",
|
||||
"Pure Harvest",
|
||||
"Culinary Partners",
|
||||
]}
|
||||
"Fresh Farmers Co.", "Organic Valley", "Local Spice Roots", "Green Fields", "Sustainable Veggie", "Pure Harvest", "Culinary Partners"]}
|
||||
title="Our Quality Standards"
|
||||
description="We are proud to work with partners who care about quality and fresh ingredients."
|
||||
/>
|
||||
@@ -315,45 +206,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "Regular",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg",
|
||||
},
|
||||
id: "2", name: "David Chen", role: "Regular", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Watson",
|
||||
role: "Fan",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262200.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Watson", role: "Fan", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262200.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Ross",
|
||||
role: "Chef",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
id: "4", name: "Mark Ross", role: "Chef", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Z.",
|
||||
role: "Fan",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-girl-eating-vegetables-while-making-meal-cooking-healthy-vegetarian-food_1258-193375.jpg",
|
||||
},
|
||||
id: "5", name: "Anna Z.", role: "Fan", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-girl-eating-vegetables-while-making-meal-cooking-healthy-vegetarian-food_1258-193375.jpg"},
|
||||
]}
|
||||
title="What Our Fans Say"
|
||||
description="Don't take our word for it — our customers love the fresh taste."
|
||||
@@ -367,22 +233,14 @@ export default function LandingPage() {
|
||||
description="Have a large order or a question? Get in touch with us here."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your message",
|
||||
required: true,
|
||||
name: "message", placeholder: "Your message", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/festa-junina-young-cute-guy-straw-hat-brazilian-festival-watching-tv-with-popcorn_140725-165325.jpg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user