diff --git a/src/app/page.tsx b/src/app/page.tsx index ced5d6a..e31e245 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,9 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -60,29 +61,19 @@ export default function LandingPage() { imageAlt="Restaurant ambiance" mediaAnimation="slide-up" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg", alt: "Customer 1"}, - { - src: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg", alt: "Customer 2"}, - { - src: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg", alt: "Customer 3"}, - { - src: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg", alt: "Customer 4"}, - { - src: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg", alt: "Customer 5"}, + { src: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg", alt: "Meal 1" }, + { src: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg", alt: "Meal 2" }, + { src: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg", alt: "Meal 3" }, + { src: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg", alt: "Meal 4" }, + { src: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg", alt: "Meal 5" }, ]} - avatarText="Loved by our community" + avatarText="Fresh from our Instagram" marqueeItems={[ - { - type: "text", text: "Fresh Ingredients"}, - { - type: "text", text: "Open 24/7"}, - { - type: "text", text: "Signature Burgers"}, - { - type: "text", text: "Fast Delivery"}, - { - type: "text", text: "Local Favorite"}, + { type: "text", text: "Fresh Ingredients" }, + { type: "text", text: "Open 24/7" }, + { type: "text", text: "Signature Burgers" }, + { type: "text", text: "Fast Delivery" }, + { type: "text", text: "Local Favorite" }, ]} /> @@ -105,24 +96,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", brand: "Signature", name: "Kashta Mix Box", price: "BHD 8.500", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=1"}, - { - id: "2", brand: "Classic", name: "Bacon Burger", price: "BHD 3.200", rating: 5, - reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1"}, - { - id: "3", brand: "Signature", name: "Mini Lotus", price: "BHD 1.500", rating: 4, - reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=1"}, - { - id: "4", brand: "Combo", name: "Special Bundle", price: "BHD 12.000", rating: 5, - reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg"}, - { - id: "5", brand: "Classic", name: "Cheeseburger", price: "BHD 2.800", rating: 4, - reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=1"}, - { - id: "6", brand: "Dessert", name: "Lotus Delight", price: "BHD 1.000", rating: 5, - reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg"}, + { id: "1", brand: "Signature", name: "Kashta Mix Box", price: "BHD 8.500", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=1" }, + { id: "2", brand: "Classic", name: "Bacon Burger", price: "BHD 3.200", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1" }, + { id: "3", brand: "Signature", name: "Mini Lotus", price: "BHD 1.500", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=1" }, + { id: "4", brand: "Combo", name: "Special Bundle", price: "BHD 12.000", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg" }, + { id: "5", brand: "Classic", name: "Cheeseburger", price: "BHD 2.800", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=1" }, + { id: "6", brand: "Dessert", name: "Lotus Delight", price: "BHD 1.000", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg" }, ]} title="Our Best Sellers" description="Handpicked favorites loved by our community." @@ -130,22 +109,27 @@ export default function LandingPage() {
-