From b4a083c291edc26e24340d0ecc3997e14b03aea9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:31:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d6209f..a670ec3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -34,7 +34,8 @@ export default function LandingPage() { { name: "Location", id: "location" }, ]} button={{ - text: "📞 Call Now", href: "tel:+998946123456"}} + text: "📞 Call Now", href: "tel:+998946123456" + }} animateOnLoad={true} /> @@ -43,15 +44,17 @@ export default function LandingPage() { @@ -126,16 +133,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Fatima K.", role: "Local Customer", company: "Samarqand", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3666.jpg", imageAlt: "Customer Fatima K."}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3666.jpg", imageAlt: "Customer Fatima K." + }, { id: "2", name: "Ahmed R.", role: "Traveler", company: "From Bukhara", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", imageAlt: "Customer Ahmed R."}, + imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", imageAlt: "Customer Ahmed R." + }, { id: "3", name: "Mariam H.", role: "Regular Customer", company: "Samarqand", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/three-women-office-workers-looking-camera-smiling-cheerfully-showing-thumbs-up-working-together-standing-office_141793-21300.jpg", imageAlt: "Customer Mariam H."}, + imageSrc: "http://img.b2bpic.net/free-photo/three-women-office-workers-looking-camera-smiling-cheerfully-showing-thumbs-up-working-together-standing-office_141793-21300.jpg", imageAlt: "Customer Mariam H." + }, { id: "4", name: "Ali N.", role: "Food Enthusiast", company: "Samarqand", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-4049.jpg", imageAlt: "Customer Ali N."}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-4049.jpg", imageAlt: "Customer Ali N." + }, ]} kpiItems={[ { value: "15+", label: "Years Serving Samarqand" }, @@ -153,9 +164,11 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { - text: "📞 Call Now: +998 (94) 612-34-56", href: "tel:+998946123456"}, + text: "📞 Call Now: +998 (94) 612-34-56", href: "tel:+998946123456" + }, { - text: "📍 Find Us on Google Maps", href: "https://maps.google.com/?q=Ozod+Aka+Restaurant+Samarqand+Mevali"}, + text: "📍 Find Us on Google Maps", href: "https://maps.google.com/?q=Ozod+Aka+Restaurant+Samarqand+Mevali" + }, ]} /> -- 2.49.1