Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 05:46:20 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { ChefHat, Users, MapPin, TrendingUp, Zap, Fire, Mail, Menu } from "lucide-react";
import { ChefHat, Users, MapPin, TrendingUp, Zap, Mail, Menu } from "lucide-react";
export default function LandingPage() {
return (
@@ -50,6 +50,7 @@ export default function LandingPage() {
imageAlt="Delicious bomb tacos fresh colorful display"
mediaAnimation="slide-up"
useInvertedBackground={false}
background={{ variant: "plain" }}
testimonials={[
{
name: "Maria Santos", handle: "Regular Customer", testimonial: "These tacos are literally bombs! Best tacos I've ever had.", rating: 5,
@@ -74,7 +75,7 @@ export default function LandingPage() {
title="Signature Bomb Tacos"
description="Hand-crafted tacos with premium ingredients and authentic recipes."
tag="Best Sellers"
tagIcon={Fire}
tagIcon={Zap}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}