Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-05-02 07:43:55 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Shield, Zap, MessageCircle, MapPin, Phone, Mail } from "lucide-react";
import { Award, MessageCircle } from "lucide-react";
export default function LandingPage() {
const whatsappNumber = "923000000000";
@@ -52,7 +52,7 @@ export default function LandingPage() {
title="Bites by Usama"
linkCards={[
{ title: "Order Now", description: "Get your gourmet meal delivered", button: { text: "Order Now", onClick: handleOrder }, imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13879.jpg" },
{ title: "View Menu", description: "Browse our curated collection", button: { text: "Browse", href: "#product" }, imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg" }
{ title: "View Menu", description: "Browse our curated collection", button: { text: "Browse", onClick: () => document.getElementById("product")?.scrollIntoView({ behavior: "smooth" }) }, imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg" }
]}
/>
</div>
@@ -87,8 +87,6 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyOne
animationType="slide-up"
useInvertedBackground={true}
title="Why We Excel"
description="Setting the benchmark for excellence in every kitchen operation."
accordionItems={[
@@ -97,6 +95,8 @@ export default function LandingPage() {
{ id: "f3", title: "Expert Service", content: "Our team is trained to deliver exceptional hospitality and care." }
]}
imageSrc="http://img.b2bpic.net/free-photo/dough-greens-tomato-grey-wooden-table_176420-6800.jpg"
mediaAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -142,6 +142,7 @@ export default function LandingPage() {
text="Let's Craft Your Next Order"
background={{ variant: "gradient-bars" }}
buttons={[{ text: "Call Us Now", onClick: handleOrder }]}
useInvertedBackground={false}
/>
</div>