diff --git a/src/app/page.tsx b/src/app/page.tsx index 63a5260..541e3fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Bread, Clock, DollarSign, Heart, Sparkles, Truck, Zap } from "lucide-react"; +import { Clock, DollarSign, Heart, Sparkles, Truck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -54,13 +54,16 @@ export default function LandingPage() { testimonials={[ { name: "Ahmed Al Mansouri", handle: "Local Customer", testimonial: "Fresh bread and great service. Always open when I need it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg?_wi=1", imageAlt: "Ahmed Al Mansouri"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", imageAlt: "Ahmed Al Mansouri" + }, { name: "Fatima Al Kaabi", handle: "Regular Customer", testimonial: "Very affordable bakery in Sharjah. The pastries are delicious!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/signs-symbols-gestures-concept-cheerful-young-mixed-race-lady-with-long-straight-hair-smiling-broadly-showing-thumbs-up-gesture-as-sign-approval-respect-liking_344912-1033.jpg?_wi=1", imageAlt: "Fatima Al Kaabi"}, + imageSrc: "http://img.b2bpic.net/free-photo/signs-symbols-gestures-concept-cheerful-young-mixed-race-lady-with-long-straight-hair-smiling-broadly-showing-thumbs-up-gesture-as-sign-approval-respect-liking_344912-1033.jpg", imageAlt: "Fatima Al Kaabi" + }, { name: "Mohammed Al Mazrouei", handle: "Business Owner", testimonial: "Best quality bread for my restaurant. Reliable and fast delivery!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Mohammed Al Mazrouei"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Mohammed Al Mazrouei" + }, ]} testimonialRotationInterval={5000} buttons={[ @@ -82,7 +85,7 @@ export default function LandingPage() { { value: "Fresh", title: "Daily Baked" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-arepas-basket_23-2148742414.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-arepas-basket_23-2148742414.jpg" imageAlt="Fresh Arabic bread from Al Rayah Bakeries" mediaAnimation="opacity" metricsAnimation="slide-up" @@ -95,20 +98,23 @@ export default function LandingPage() { description="Explore our selection of fresh-baked breads, pastries, cakes, and sweets made daily" tag="Menu Items" tagAnimation="slide-up" - tagIcon={Bread} textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} products={[ { - id: "1", name: "Fresh Arabic Bread", price: "AED 1-3", variant: "Daily Fresh Baked", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arepas-basket_23-2148742414.jpg?_wi=2", imageAlt: "Fresh Arabic bread"}, + id: "1", name: "Fresh Arabic Bread", price: "AED 1-3", variant: "Daily Fresh Baked", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arepas-basket_23-2148742414.jpg", imageAlt: "Fresh Arabic bread" + }, { - id: "2", name: "Assorted Pastries", price: "AED 5-15", variant: "Sweet & Savory", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-chips-cake-with-raisins-fruits-white-background-pie-cookie-biscuit-sweet-cake_140725-115586.jpg", imageAlt: "Assorted pastries selection"}, + id: "2", name: "Assorted Pastries", price: "AED 5-15", variant: "Sweet & Savory", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-chips-cake-with-raisins-fruits-white-background-pie-cookie-biscuit-sweet-cake_140725-115586.jpg", imageAlt: "Assorted pastries selection" + }, { - id: "3", name: "Custom Cakes", price: "AED 20-50", variant: "Celebrations & Events", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-turkish-sweets-shop_107420-94726.jpg", imageAlt: "Custom decorated cakes"}, + id: "3", name: "Custom Cakes", price: "AED 20-50", variant: "Celebrations & Events", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-turkish-sweets-shop_107420-94726.jpg", imageAlt: "Custom decorated cakes" + }, { - id: "4", name: "Traditional Sweets", price: "AED 5-25", variant: "Arabic Specialties", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-yellow_1203-1348.jpg", imageAlt: "Traditional arabic sweets"}, + id: "4", name: "Traditional Sweets", price: "AED 5-25", variant: "Arabic Specialties", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-yellow_1203-1348.jpg", imageAlt: "Traditional arabic sweets" + }, ]} buttons={[{ text: "Order Now", href: "tel:0654650200" }]} /> @@ -124,22 +130,28 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Freshly Baked Daily", description: "All products baked fresh every morning and throughout the day"}, + title: "Freshly Baked Daily", description: "All products baked fresh every morning and throughout the day" + }, { icon: DollarSign, - title: "Affordable Prices", description: "AED 1-50 per person — quality bakery goods for every budget"}, + title: "Affordable Prices", description: "AED 1-50 per person — quality bakery goods for every budget" + }, { icon: Clock, - title: "Open 24 Hours", description: "Always available whenever you need fresh bread and pastries"}, + title: "Open 24 Hours", description: "Always available whenever you need fresh bread and pastries" + }, { icon: Zap, - title: "Quick Pickup", description: "Fast service and convenient pickup for your busy schedule"}, + title: "Quick Pickup", description: "Fast service and convenient pickup for your busy schedule" + }, { icon: Truck, - title: "Fast Local Delivery", description: "Quick delivery service throughout Sharjah"}, + title: "Fast Local Delivery", description: "Quick delivery service throughout Sharjah" + }, { icon: Heart, - title: "Trusted Quality", description: "4.3★ rating from 270+ satisfied customers"}, + title: "Trusted Quality", description: "4.3★ rating from 270+ satisfied customers" + }, ]} /> @@ -155,13 +167,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Family Customer", testimonial: "Fresh bread and great service. Always open when I need it! My family loves coming here.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg?_wi=2", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", role: "Family Customer", testimonial: "Fresh bread and great service. Always open when I need it! My family loves coming here.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", imageAlt: "Sarah Johnson" + }, { - id: "2", name: "Michael Chen", role: "Restaurant Owner", testimonial: "Best quality bread for my restaurant. Reliable and fast delivery. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/signs-symbols-gestures-concept-cheerful-young-mixed-race-lady-with-long-straight-hair-smiling-broadly-showing-thumbs-up-gesture-as-sign-approval-respect-liking_344912-1033.jpg?_wi=2", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", role: "Restaurant Owner", testimonial: "Best quality bread for my restaurant. Reliable and fast delivery. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/signs-symbols-gestures-concept-cheerful-young-mixed-race-lady-with-long-straight-hair-smiling-broadly-showing-thumbs-up-gesture-as-sign-approval-respect-liking_344912-1033.jpg", imageAlt: "Michael Chen" + }, { - id: "3", name: "Emily Rodriguez", role: "Office Manager", testimonial: "Very affordable bakery in Sharjah. The pastries are delicious and perfect for office meetings.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", role: "Office Manager", testimonial: "Very affordable bakery in Sharjah. The pastries are delicious and perfect for office meetings.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emily Rodriguez" + }, { - id: "4", name: "David Kim", role: "Late-Night Customer", testimonial: "Love that you're open 24 hours! Perfect for my night shift. Fresh bread always available.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-shop-mirror-night-out_23-2149143996.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", role: "Late-Night Customer", testimonial: "Love that you're open 24 hours! Perfect for my night shift. Fresh bread always available.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-shop-mirror-night-out_23-2149143996.jpg", imageAlt: "David Kim" + }, ]} /> @@ -191,7 +207,8 @@ export default function LandingPage() { { label: "Call Now", href: "tel:0654650200" }, { label: "WhatsApp", href: "https://wa.me/971654650200" }, { - label: "Get Directions", href: "https://maps.google.com/?q=Al+Sharq+St+Al+Qulai'aah+Sharjah"}, + label: "Get Directions", href: "https://maps.google.com/?q=Al+Sharq+St+Al+Qulai'aah+Sharjah" + }, ], }, { @@ -212,11 +229,14 @@ export default function LandingPage() { { title: "Location", items: [ { - label: "Al Sharq St", href: "https://maps.google.com/?q=Al+Sharq+St+Al+Qulai'aah+Sharjah"}, + label: "Al Sharq St", href: "https://maps.google.com/?q=Al+Sharq+St+Al+Qulai'aah+Sharjah" + }, { - label: "Al Qulai'aah", href: "https://maps.google.com/?q=Al+Sharq+St+Al+Qulai'aah+Sharjah"}, + label: "Al Qulai'aah", href: "https://maps.google.com/?q=Al+Sharq+St+Al+Qulai'aah+Sharjah" + }, { - label: "Sharjah, UAE", href: "https://maps.google.com/?q=Al+Sharq+St+Al+Qulai'aah+Sharjah"}, + label: "Sharjah, UAE", href: "https://maps.google.com/?q=Al+Sharq+St+Al+Qulai'aah+Sharjah" + }, ], }, ]}