Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-30 10:53:53 +00:00

View File

@@ -2,9 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Star, Circle } from 'lucide-react';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSignup from '@/components/sections/hero/HeroSignup';
import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -38,6 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="Mi Casa"
button={{ text: "Order", onClick: () => {} }}
/>
</div>
@@ -91,8 +91,8 @@ export default function LandingPage() {
description="Quality you can taste, service you will love."
animationType="slide-up"
metrics={[
{ id: "m1", title: "Customer Rating", value: "4.7/5", icon: (props) => <svg {...props} viewBox="0 0 24 24" fill="currentColor"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg> },
{ id: "m2", title: "Years Serving", value: "10+", icon: (props) => <svg {...props} viewBox="0 0 24 24" fill="currentColor"><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13h-1v6l5.25 3.15.75-1.23-4.5-2.67z"/></svg> }
{ id: "m1", title: "Customer Rating", value: "4.7/5", icon: Star },
{ id: "m2", title: "Years Serving", value: "10+", icon: Circle }
]}
/>
</div>
@@ -120,6 +120,7 @@ export default function LandingPage() {
tag="Contact Us"
background={{ variant: "gradient-bars" }}
imageSrc="https://img.b2bpic.net/free-photo/restaurant-table-setup_23-2148762505.jpg"
useInvertedBackground={true}
/>
</div>