7 Commits

Author SHA1 Message Date
aade57700b Update src/app/page.tsx 2026-05-15 04:57:42 +00:00
585ba47cfc Update src/app/page.tsx 2026-05-15 04:57:18 +00:00
f0d95c3f8a Merge version_2 into main
Merge version_2 into main
2026-05-15 04:55:53 +00:00
5b116e9efd Update src/app/page.tsx 2026-05-15 04:55:50 +00:00
67bbad54bb Merge version_1 into main
Merge version_1 into main
2026-05-15 04:29:20 +00:00
cbedab4fa7 Merge version_1 into main
Merge version_1 into main
2026-05-15 04:28:56 +00:00
7f7d52309d Merge version_1 into main
Merge version_1 into main
2026-05-15 04:28:31 +00:00

View File

@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Camera, Clock, Coffee, Heart, Leaf, MapPin, Mountain, Star, Sun } from "lucide-react";
@@ -70,7 +70,19 @@ export default function LandingPage() {
</div>
<div id="menu" data-section="menu">
<ProductCardThree animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[{ id: "p1", name: "Oven Roast Salmon", price: "AED 85", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-cream-vegetables_140725-2091.jpg?_wi=2" }, { id: "p2", name: "Signature Smoothie", price: "AED 35", imageSrc: "http://img.b2bpic.net/free-photo/milkshake-with-ice-cream-table_140725-6739.jpg?_wi=2" }, { id: "p3", name: "Smash Beef Burger", price: "AED 65", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-tomato-sauce-parmesan-vegetables-meat-side-view_141793-12462.jpg?_wi=2" }, { id: "p4", name: "Stuffed Ravioli", price: "AED 75", imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-pasta-with-black-truffle-slices-dark-marble-background_84443-94449.jpg" }, { id: "p5", name: "English Breakfast", price: "AED 55", imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-salmon_74190-700.jpg" }, { id: "p6", name: "Fresh Pressed Juices", price: "AED 30", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crackers-with-cherry-confiture-glass-dishes_114579-17148.jpg" }]} title="Signature Dishes" description="Carefully curated flavors prepared fresh daily." />
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
title="Our Menu"
description="Explore our curated selection of coffees, juices, and seasonal bites. Click the items to learn more."
products={[
{ id: "m1", name: "Signature Drip Coffee", price: "AED 25", variant: "Hot/Iced", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DkFQdF71kfDNDf7AN0GiJXjEdv/uploaded-1778820936660-0ny07v09.png?_wi=1" },
{ id: "m2", name: "Avocado Toast", price: "AED 45", variant: "Sourdough", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DkFQdF71kfDNDf7AN0GiJXjEdv/uploaded-1778820936660-0ny07v09.png?_wi=2" },
{ id: "m3", name: "Fresh Mango Juice", price: "AED 30", variant: "Cold-Pressed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DkFQdF71kfDNDf7AN0GiJXjEdv/uploaded-1778820936660-0ny07v09.png?_wi=3" }
]}
/>
</div>
<div id="experience" data-section="experience">