diff --git a/src/app/page.tsx b/src/app/page.tsx index d43ae45..7181e68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Coffee, Heart, Leaf, MapPin, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -48,7 +44,6 @@ export default function LandingPage() { title="Welcome to Casa Rica" description="Authentic Mexican cuisine at 115 Towne Center Pkwy, Hoschton. Join us for a meal that warms the soul." avatars={[{ src: "https://img.b2bpic.net/free-photo/table-full-mexican-food_23-2148824795.jpg", alt: "Mexican feast" }]} - buttons={[{ text: "Order Now", href: "#contact" }, { text: "View Menu", href: "#menu" }]} /> @@ -58,6 +53,7 @@ export default function LandingPage() { description="Located in Hoschton, GA, Casa Rica brings traditional flavors to your table. From dine-in to delivery, we serve every meal with passion." metrics={[{ value: "10 PM", title: "Open Daily" }, { value: "(706) 658-0030", title: "Call Us" }]} imageSrc="https://img.b2bpic.net/free-photo/mexican-tacos-with-meat-vegetables_23-2148281358.jpg" + useInvertedBackground={false} /> @@ -72,17 +68,20 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} />
@@ -93,6 +92,7 @@ export default function LandingPage() { description="115 Towne Center Pkwy, Hoschton, GA 30548. Serving until 10 PM. Offering dine-in, takeout, and delivery!" buttons={[{ text: "Call (706) 658-0030", href: "tel:7066580030" }]} background={{ variant: "plain" }} + useInvertedBackground={false} />