Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-10 06:55:31 +00:00

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Find Us",
id: "contact",
},
name: "Find Us", id: "contact"},
]}
brandName="CHACHI"
/>
@@ -60,74 +50,40 @@ export default function LandingPage() {
description="Authentic Mexican street food that hits hard. Slow-cooked meats, punchy sauces, and flavours that bring cravings back every time."
testimonials={[
{
name: "Sarah J.",
handle: "@foodie_kl",
testimonial: "The chilli carne corn is divine. Seriously addictive!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1234.jpg",
},
name: "Sarah J.", handle: "@foodie_kl", testimonial: "The chilli carne corn is divine. Seriously addictive!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1234.jpg"},
{
name: "Marcus L.",
handle: "@kl_eats",
testimonial: "Best Mexican food in KL. Legit flavours.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525682.jpg",
},
name: "Marcus L.", handle: "@kl_eats", testimonial: "Best Mexican food in KL. Legit flavours.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525682.jpg"},
{
name: "Elena R.",
handle: "@night_owl",
testimonial: "My go-to spot for late-night cravings. The birria is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-photo-seafood-dish-with-salmon_23-2150463273.jpg",
},
name: "Elena R.", handle: "@night_owl", testimonial: "My go-to spot for late-night cravings. The birria is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-photo-seafood-dish-with-salmon_23-2150463273.jpg"},
{
name: "David W.",
handle: "@urban_dining",
testimonial: "The vibes, the flavour, everything is spot on. A must-try.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-has-present-girl_23-2147705085.jpg",
},
name: "David W.", handle: "@urban_dining", testimonial: "The vibes, the flavour, everything is spot on. A must-try.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-has-present-girl_23-2147705085.jpg"},
{
name: "Chloe T.",
handle: "@taco_queen",
testimonial: "Fresh, balanced, and messy in the best way possible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878339.jpg",
},
name: "Chloe T.", handle: "@taco_queen", testimonial: "Fresh, balanced, and messy in the best way possible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878339.jpg"},
]}
buttons={[
{
text: "Order Now",
href: "#",
},
text: "Order Now", href: "#"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516944.jpg"
imageAlt="Messy delicious authentic Mexican tacos"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1234.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1234.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525682.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525682.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/person-taking-photo-seafood-dish-with-salmon_23-2150463273.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/person-taking-photo-seafood-dish-with-salmon_23-2150463273.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/boyfriend-has-present-girl_23-2147705085.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/boyfriend-has-present-girl_23-2147705085.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878339.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878339.jpg", alt: "Customer"},
]}
/>
</div>
@@ -136,7 +92,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Not your average Mexican."
description="CHACHI brings real street flavours—bold, messy, and unapologetically addictive. From slow-cooked meats to punchy sauces, every bite hits hard. We aren't a chain; we are the craving you can't shake."
/>
</div>
@@ -148,41 +103,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Pulled Beef Taco",
price: "RM 22",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048046.jpg",
},
id: "p1", name: "Pulled Beef Taco", price: "RM 22", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048046.jpg"},
{
id: "p2",
name: "Chicken Birria",
price: "RM 24",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-high-angle_23-2148629376.jpg",
},
id: "p2", name: "Chicken Birria", price: "RM 24", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-high-angle_23-2148629376.jpg"},
{
id: "p3",
name: "Lamb Taco",
price: "RM 24",
imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890015.jpg",
},
id: "p3", name: "Lamb Taco", price: "RM 24", imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890015.jpg"},
{
id: "p4",
name: "Baja Fish Taco",
price: "RM 26",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-taco-plate_23-2148181582.jpg",
},
id: "p4", name: "Baja Fish Taco", price: "RM 26", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-taco-plate_23-2148181582.jpg"},
{
id: "p5",
name: "Chilli Carne Corn",
price: "RM 18",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-corn-sticks-rings-pieces-fabric-marble-surface_114579-71676.jpg",
},
id: "p5", name: "Chilli Carne Corn", price: "RM 18", imageSrc: "http://img.b2bpic.net/free-photo/sweet-corn-sticks-rings-pieces-fabric-marble-surface_114579-71676.jpg"},
{
id: "p6",
name: "Chicken Quesadilla",
price: "RM 22",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg",
},
id: "p6", name: "Chicken Quesadilla", price: "RM 22", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg"},
]}
title="Signature Items"
description="Our cravings-driven menu, featuring the best of street-style Mexican flavours."
@@ -197,25 +128,15 @@ export default function LandingPage() {
author="Jasmine Tan"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1234.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/asian-friends-guys-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1234.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525682.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525682.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/person-taking-photo-seafood-dish-with-salmon_23-2150463273.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/person-taking-photo-seafood-dish-with-salmon_23-2150463273.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/boyfriend-has-present-girl_23-2147705085.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/boyfriend-has-present-girl_23-2147705085.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878339.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878339.jpg", alt: "Customer"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -226,8 +147,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Let's Talk"
title="Find us. Or we'll come to you."
description="Sign up for updates on new drops or get in touch for bulk orders."
@@ -239,54 +159,33 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Tacos",
href: "#menu",
},
label: "Tacos", href: "#menu"},
{
label: "Quesadillas",
href: "#menu",
},
label: "Quesadillas", href: "#menu"},
{
label: "Sides",
href: "#menu",
},
label: "Sides", href: "#menu"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Find Us",
href: "#contact",
},
label: "Find Us", href: "#contact"},
{
label: "Reviews",
href: "#testimonials",
},
label: "Reviews", href: "#testimonials"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "TikTok",
href: "#",
},
label: "TikTok", href: "#"},
{
label: "GrabFood",
href: "#",
},
label: "GrabFood", href: "#"},
],
},
]}