From 49ce467a2a88bbccea2c2d156de7dbfec9088f07 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 02:00:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 306c90c..aa8e59b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Leaf, Utensils, Grill, Cake, MapPin, ChefHat, Heart, Smile, ShieldCheck } from "lucide-react"; +import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Leaf, Utensils, Cake, MapPin, ChefHat, Heart, Smile, ShieldCheck } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -37,7 +37,7 @@ export default function WebAgency2Page() { { name: "Menu", id: "menu" }, { name: "Branches", id: "branches" }, { name: "About Us", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "contact" } ]} button={{ text: "Order Now", href: "https://wa.me/" }} /> @@ -80,27 +80,37 @@ export default function WebAgency2Page() { features={[ { title: "Traditional Breakfast", description: "A wide selection of foul, eggs, labneh, and fresh vegetables to start your day.", bentoComponent: "media-stack", items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/letter-r-made-green-grass-with-flowers-isolated-white_169016-57783.jpg", imageAlt: "Lebanese breakfast sunny table" } + { imageSrc: "http://img.b2bpic.net/free-photo/letter-r-made-green-grass-with-flowers-isolated-white_169016-57783.jpg", imageAlt: "Lebanese breakfast sunny table" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/lebanese-breakfast-spread.jpg", imageAlt: "Traditional Lebanese breakfast spread" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/lebanese-family-breakfast.jpg", imageAlt: "Lebanese family enjoying breakfast" } ] }, { title: "BBQ & Grills", description: "Succulent grilled meats, kebabs, and shish tawook, marinated to perfection.", bentoComponent: "media-stack", items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/letter-n-made-green-grass-with-flowers-isolated-transparent-background_169016-59603.jpg", imageAlt: "Lebanese grilled skewers platter" } + { imageSrc: "http://img.b2bpic.net/free-photo/letter-n-made-green-grass-with-flowers-isolated-transparent-background_169016-59603.jpg", imageAlt: "Lebanese grilled skewers platter" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/grilled-meat-platter.jpg", imageAlt: "Grilled meat platter Lebanese BBQ" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/fresh-organic-vegetables.jpg", imageAlt: "Fresh organic vegetables as side dish" } ] }, { title: "Bakery & Sfiha", description: "Our famous Baalbakian Sfiha, fresh Manakish, and other delightful baked goods.", bentoComponent: "media-stack", items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/realistic-i-letter-with-black-surface_23-2150458479.jpg", imageAlt: "Baalbakian Sfiha close up" } + { imageSrc: "http://img.b2bpic.net/free-photo/realistic-i-letter-with-black-surface_23-2150458479.jpg", imageAlt: "Baalbakian Sfiha close up" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/lebanese-bakery-goods.jpg", imageAlt: "Traditional Lebanese bakery goods" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/baalbakian-sfiha.jpg", imageAlt: "Another view of Baalbakian Sfiha" } ] }, { title: "Fresh Mezze", description: "A delectable array of hot and cold appetizers, perfect for sharing.", bentoComponent: "media-stack", items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-taking-e-leraning-courses_23-2149231598.jpg", imageAlt: "Assortment of fresh Lebanese mezze" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-taking-e-leraning-courses_23-2149231598.jpg", imageAlt: "Assortment of fresh Lebanese mezze" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/lebanese-mezze-platter.jpg", imageAlt: "Vibrant Lebanese mezze platter" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/fresh-organic-vegetables.jpg", imageAlt: "Fresh organic vegetables with mezze" } ] }, { title: "Organic Dairy", description: "Enjoy our farm-fresh labneh, cheeses, and other dairy products.", bentoComponent: "media-stack", items: [ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mfy0c0", imageAlt: "Organic labneh and fresh dairy" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mfy0c0", imageAlt: "Organic labneh and fresh dairy" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/organic-dairy-products.jpg", imageAlt: "Organic dairy products cheese labneh Lebanon" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/lebanese-breakfast-spread.jpg", imageAlt: "Dairy products in Lebanese breakfast" } ] } ]}