Update src/app/page.tsx

This commit is contained in:
2026-03-16 11:20:46 +00:00
parent 1920260f6f
commit 51b1b0b7a3

View File

@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Flame, Star } from 'lucide-react';
import { Flame, Star, Cactus } from 'lucide-react';
export default function LandingPage() {
return (
@@ -56,6 +56,7 @@ export default function LandingPage() {
{ text: "Order Now", href: "#" },
{ text: "View Menu", href: "#" }
]}
mediaAnimation="opacity"
rating={5}
ratingText="5-star Local Favorite"
/>
@@ -64,7 +65,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="Our Story"
tagIcon={Star}
tagIcon={Cactus}
title="Not Fancy. Just Really Good."
useInvertedBackground={false}
buttons={[