Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,17 +68,20 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="What Our Diners Say"
|
||||
cardTag="Testimonials"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex P.", imageSrc: "https://i.pravatar.cc/150?u=1" },
|
||||
{ id: "2", name: "Jordan S.", imageSrc: "https://i.pravatar.cc/150?u=2" }
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user