Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-05-23 21:45:34 +00:00

View File

@@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Award, Flame, Leaf, Shield, Truck, Utensils, MapPin, Phone, Clock, MessageCircle } from "lucide-react";
import { Award, Flame, Leaf, Shield, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -44,7 +44,6 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{ variant: "rotated-rays-static" }}
title="Chatkhara: Where Tradition Meets Taste"
description="Serving authentic regional cuisine in the heart of the city. Experience recipes perfected over decades, using only the finest ingredients."
buttons={[
@@ -69,7 +68,7 @@ export default function LandingPage() {
metrics={[
{ icon: Flame, label: "Authentic Recipes", value: "50+" },
{ icon: Award, label: "Years of Culinary Art", value: "25+" },
{ icon: MapPin, label: "Prime Location", value: "City Center" },
{ icon: Shield, label: "Prime Location", value: "City Center" },
]}
metricsAnimation="slide-up"
/>
@@ -116,7 +115,6 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
@@ -169,6 +167,7 @@ export default function LandingPage() {
textarea={{ name: "message", placeholder: "How can we help?", required: true }}
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/map-location-concept_23-2147775971.jpg"
useInvertedBackground={false}
/>
</div>