Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-08 07:12:40 +00:00

View File

@@ -3,11 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyNine from '@/components/sections/feature/FeatureCardTwentyNine/FeatureCardTwentyNine';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix/FeatureCardTwentySix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay/HeroOverlay';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne/TestimonialCardOne';
import FeatureCardTwentyNine from '@/components/sections/feature/FeatureCardTwentyNine';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Zap, Leaf, ChefHat } from 'lucide-react';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -100,8 +100,8 @@ export default function LandingPage() {
title="Why Choose Us"
description="We blend modern hospitality with traditional warmth."
features={[
{ title: "Garden View", description: "Relaxing green spaces for your dining pleasure.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg", titleIconSrc: Leaf, buttonText: "Read More" },
{ title: "Fresh Ingredients", description: "Farm-to-table freshness in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", titleIconSrc: ChefHat, buttonText: "See Menu" },
{ title: "Garden View", description: "Relaxing green spaces for your dining pleasure.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg", buttonIcon: Leaf },
{ title: "Fresh Ingredients", description: "Farm-to-table freshness in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", buttonIcon: ChefHat },
]}
/>
</div>