diff --git a/src/app/page.tsx b/src/app/page.tsx index 33fd3ac..7625979 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; export default function LandingPage() { return ( @@ -30,40 +31,32 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero"}, { name: "About", id: "about"}, - { name: "Menu", id: "products"}, + { name: "Menu", id: "menu"}, + { name: "Products", id: "products"}, { name: "Contact", id: "contact"}, ]} brandName="Mini Bites" logoSrc="http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg" - button={{ text: "Order Now", href: "#products" }} + button={{ text: "Call Now", href: "tel:+97300000000" }} />
@@ -73,26 +66,38 @@ export default function LandingPage() {
+ +
@@ -101,14 +106,12 @@ export default function LandingPage() { showRating={true} animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground={true} title="What Our Customers Say" description="Authentic feedback from our Maqabah neighborhood." testimonials={[ { id: "1", name: "Ahmed Ali", handle: "@ahmedfoodie", testimonial: "The best burger spot in the area. Always fresh and quick!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2", rating: 5 }, { id: "2", name: "Sara Mohammed", handle: "@sara_bahrain", testimonial: "Perfect late-night snacks. The Lotus dessert is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=2", rating: 5 }, - { id: "3", name: "Khalid Isa", handle: "@khalid_k", testimonial: "Consistent quality every time I order. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=2", rating: 5 }, - { id: "4", name: "Noora Hassan", handle: "@noora_bites", testimonial: "The signature burger is exactly what I crave after a long day.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=2", rating: 5 }, ]} /> @@ -117,7 +120,8 @@ export default function LandingPage() { @@ -127,11 +131,11 @@ export default function LandingPage() { logoSrc="http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg" columns={[ { - title: "Links", items: [ + title: "Navigation", items: [ { label: "Home", href: "#hero" }, - { label: "About", href: "#about" }, - { label: "Menu", href: "#products" }, - { label: "Location", href: "#contact" }, + { label: "Menu", href: "#menu" }, + { label: "Best Sellers", href: "#products" }, + { label: "Contact", href: "#contact" }, ], }, {