diff --git a/src/app/page.tsx b/src/app/page.tsx index 79daf02..cc28871 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { description="Gold African Kitchen brings you traditional recipes and vibrant dishes from across the African continent. Savor the warmth of home-cooked meals prepared with premium ingredients and genuine passion." tag="Est. 2015 | Authentic Cuisine" tagIcon={Utensils} - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "15+", label: "Years Serving Community" }, { value: "50+", label: "Signature Dishes" }, @@ -130,23 +130,17 @@ export default function LandingPage() { tagIcon={MessageCircle} testimonials={[ { - id: "1", name: "Ama Okonkwo", handle: "@amaokay", testimonial: "Every dish transports me back home. The authenticity and care put into each meal is remarkable. This is true African cuisine!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ama Okonkwo"}, + id: "1", name: "Ama Okonkwo", handle: "@amaokay", testimonial: "Every dish transports me back home. The authenticity and care put into each meal is remarkable. This is true African cuisine!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ama Okonkwo"}, { - id: "2", name: "James Chen", handle: "@jchen_eats", testimonial: "I was blown away by the flavors and hospitality. This restaurant has introduced me to a whole new world of culinary excellence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen"}, + id: "2", name: "James Chen", handle: "@jchen_eats", testimonial: "I was blown away by the flavors and hospitality. This restaurant has introduced me to a whole new world of culinary excellence.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"}, { - id: "3", name: "Maria Santos", handle: "@mariafoodie", testimonial: "The atmosphere is warm, the service is exceptional, and the food is absolutely divine. Highly recommend for any occasion!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Maria Santos"}, + id: "3", name: "Maria Santos", handle: "@mariafoodie", testimonial: "The atmosphere is warm, the service is exceptional, and the food is absolutely divine. Highly recommend for any occasion!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Santos"}, { - id: "4", name: "David Okafor", handle: "@davidcooks", testimonial: "Gold African Kitchen celebrates our heritage beautifully. The traditional recipes are executed flawlessly and with deep respect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Okafor"}, + id: "4", name: "David Okafor", handle: "@davidcooks", testimonial: "Gold African Kitchen celebrates our heritage beautifully. The traditional recipes are executed flawlessly and with deep respect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Okafor"}, { - id: "5", name: "Sophia Williams", handle: "@sophialeaves", testimonial: "My family loves this place. The staff treats everyone like family, and the food tastes like home. We visit at least twice a month!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Sophia Williams"}, + id: "5", name: "Sophia Williams", handle: "@sophialeaves", testimonial: "My family loves this place. The staff treats everyone like family, and the food tastes like home. We visit at least twice a month!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophia Williams"}, { - id: "6", name: "Ahmed Hassan", handle: "@ahmedgourmet", testimonial: "A true gem in the community. The commitment to authenticity and quality is evident in every aspect of the dining experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Ahmed Hassan"}, + id: "6", name: "Ahmed Hassan", handle: "@ahmedgourmet", testimonial: "A true gem in the community. The commitment to authenticity and quality is evident in every aspect of the dining experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Hassan"}, ]} showRating={true} animationType="slide-up"