Merge version_1 into main #2
144
src/app/page.tsx
144
src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, Clock, Users } from "lucide-react";
|
||||
import { Award, Clock, Users, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Story",
|
||||
id: "#story",
|
||||
},
|
||||
name: "Story", id: "#story"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Mr. Jalapeño"
|
||||
/>
|
||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
title="Mr. Jalapeño: Bold Flavor Meets Unforgettable Service"
|
||||
description="Authentic recipes, generous portions, and a local legacy built on family passion. Come experience the best of Mexican cuisine."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Now", href: "#"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-professional-high-end-photography-shot-1774829782135-01e23b4f.png"
|
||||
/>
|
||||
@@ -78,19 +65,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Community Favorite",
|
||||
value: "10+ Years",
|
||||
},
|
||||
label: "Community Favorite", value: "10+ Years"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
label: "Rating", value: "4.9/5"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Daily Service",
|
||||
value: "Fresh Made",
|
||||
},
|
||||
label: "Daily Service", value: "Fresh Made"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -102,22 +83,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Farm-to-table produce ensuring vibrant flavors in every bite.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-close-up-view-of-fresh-ingredients-lik-1774829783000-13590b4d.png",
|
||||
buttonIcon: "Zap",
|
||||
title: "Fresh Ingredients", description: "Farm-to-table produce ensuring vibrant flavors in every bite.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-close-up-view-of-fresh-ingredients-lik-1774829783000-13590b4d.png", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Team-Style Service",
|
||||
description: "Our friendly family-style team ensures every visit feels like home.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-busy-high-end-mexican-restaurant-team--1774829782171-4e7a575d.png",
|
||||
buttonIcon: "Users",
|
||||
title: "Team-Style Service", description: "Our friendly family-style team ensures every visit feels like home.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-busy-high-end-mexican-restaurant-team--1774829782171-4e7a575d.png", buttonIcon: Users,
|
||||
},
|
||||
{
|
||||
title: "Generous Portions",
|
||||
description: "Unmatched value with portions meant to leave you fully satisfied.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/close-up-of-a-large-portion-of-burrito-o-1774829782980-1ce375ef.png",
|
||||
buttonIcon: "Award",
|
||||
title: "Generous Portions", description: "Unmatched value with portions meant to leave you fully satisfied.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/close-up-of-a-large-portion-of-burrito-o-1774829782980-1ce375ef.png", buttonIcon: Award,
|
||||
},
|
||||
]}
|
||||
title="Culinary Excellence"
|
||||
@@ -131,55 +103,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Incredible Service!",
|
||||
quote: "The team here is so welcoming. Truly feels like a family spot.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781500-1f2112a3.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781500-1f2112a3.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Oct 2023", title: "Incredible Service!", quote: "The team here is so welcoming. Truly feels like a family spot.", tag: "Regular", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781500-1f2112a3.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781500-1f2112a3.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael B.",
|
||||
date: "Sep 2023",
|
||||
title: "Amazing Tacos",
|
||||
quote: "Best tacos in town, hands down. Portion sizes are massive!",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781304-277db2ee.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781304-277db2ee.png",
|
||||
},
|
||||
id: "2", name: "Michael B.", date: "Sep 2023", title: "Amazing Tacos", quote: "Best tacos in town, hands down. Portion sizes are massive!", tag: "Foodie", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781304-277db2ee.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781304-277db2ee.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Aug 2023",
|
||||
title: "10/10 Experience",
|
||||
quote: "I come here weekly. The consistency and flavor are top tier.",
|
||||
tag: "Loyal",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829783789-3b698686.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829783789-3b698686.png",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "Aug 2023", title: "10/10 Experience", quote: "I come here weekly. The consistency and flavor are top tier.", tag: "Loyal", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829783789-3b698686.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829783789-3b698686.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "Jul 2023",
|
||||
title: "Local Favorite",
|
||||
quote: "Fast, friendly, and delicious. You won't leave hungry.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781643-b1381792.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781643-b1381792.png",
|
||||
},
|
||||
id: "4", name: "David K.", date: "Jul 2023", title: "Local Favorite", quote: "Fast, friendly, and delicious. You won't leave hungry.", tag: "Fan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781643-b1381792.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781643-b1381792.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria L.",
|
||||
date: "Jun 2023",
|
||||
title: "Authentic Taste",
|
||||
quote: "Tastes exactly like my abuela's cooking. Highly recommend!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781500-1f2112a3.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781500-1f2112a3.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "Maria L.", date: "Jun 2023", title: "Authentic Taste", quote: "Tastes exactly like my abuela's cooking. Highly recommend!", tag: "Regular", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781500-1f2112a3.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/a-portrait-of-a-happy-customer-in-a-high-1774829781500-1f2112a3.png"},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Authentic reviews from our community who made us their go-to spot."
|
||||
@@ -193,20 +125,12 @@ export default function LandingPage() {
|
||||
description="Ready for your next favorite meal? Book a table or order online today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Special requests?",
|
||||
}}
|
||||
name: "message", placeholder: "Special requests?"}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdpDRQRRSIepyxfJXRZMj9FKyz/beautiful-dark-themed-interior-of-a-mode-1774829782098-48fe55f2.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -218,37 +142,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#story",
|
||||
},
|
||||
label: "About Us", href: "#story"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user