Update src/app/page.tsx
This commit is contained in:
@@ -50,9 +50,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-with-vegetables-pan-pickles_140725-6251.jpg", imageAlt: "Grilled fish specialty" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-staying-home-kitchen-cooking-shrimps-with-vegetables-pan-home-cooking-healthy-cooking-concept_1220-6308.jpg?_wi=1", imageAlt: "Chicken karahi sizzling" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-shaurma-kebab-wooden-board-with-sauces-black_140725-12043.jpg?_wi=1", imageAlt: "Fast food favorites" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-seafood-being-cleaning-kitchen_52683-109807.jpg?_wi=1", imageAlt: "Tawa fish perfection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-staying-home-kitchen-cooking-shrimps-with-vegetables-pan-home-cooking-healthy-cooking-concept_1220-6308.jpg", imageAlt: "Chicken karahi sizzling" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-shaurma-kebab-wooden-board-with-sauces-black_140725-12043.jpg", imageAlt: "Fast food favorites" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-seafood-being-cleaning-kitchen_52683-109807.jpg", imageAlt: "Tawa fish perfection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-bowl-lentil-soup-with-wooden-spoon_114579-69166.jpg", imageAlt: "Dal mash comfort food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-food-arrangement_23-2148601660.jpg", imageAlt: "Fresh pizza slice" }
|
||||
]}
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
title="Our Menu Highlights"
|
||||
description="Explore our most loved dishes - fresh ingredients, bold flavors, and unbeatable prices make every meal memorable."
|
||||
tag="Food Categories"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "karahi", title: "Chicken & Mutton Karahi", description: "Tender meat cooked in our signature spiced gravy. A local favorite that keeps customers coming back.", tag: "Desi Food", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dish-high-angle_23-2148825126.jpg", imageAlt: "Sizzling hot karahi"
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View Full Menu", href: "#contact" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-1", name: "Karahi Preparation", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145621.jpg?_wi=1", imageAlt: "Chef preparing karahi"
|
||||
id: "gallery-1", name: "Karahi Preparation", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145621.jpg", imageAlt: "Chef preparing karahi"
|
||||
},
|
||||
{
|
||||
id: "gallery-2", name: "Grilled Fish Plate", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-red-fish-with-stew-greens-sauce-plate_141793-3941.jpg", imageAlt: "Beautifully plated grilled fish"
|
||||
@@ -160,15 +160,15 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ahmed Khan", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145621.jpg?_wi=2", imageAlt: "Ahmed Khan" },
|
||||
{ id: "2", name: "Fatima Malik", imageSrc: "http://img.b2bpic.net/free-photo/woman-staying-home-kitchen-cooking-shrimps-with-vegetables-pan-home-cooking-healthy-cooking-concept_1220-6308.jpg?_wi=2", imageAlt: "Fatima Malik" },
|
||||
{ id: "3", name: "Hassan Ali", imageSrc: "http://img.b2bpic.net/free-photo/side-view-shaurma-kebab-wooden-board-with-sauces-black_140725-12043.jpg?_wi=2", imageAlt: "Hassan Ali" },
|
||||
{ id: "4", name: "Ayesha Zaman", imageSrc: "http://img.b2bpic.net/free-photo/view-seafood-being-cleaning-kitchen_52683-109807.jpg?_wi=2", imageAlt: "Ayesha Zaman" }
|
||||
{ id: "1", name: "Ahmed Khan", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145621.jpg", imageAlt: "Ahmed Khan" },
|
||||
{ id: "2", name: "Fatima Malik", imageSrc: "http://img.b2bpic.net/free-photo/woman-staying-home-kitchen-cooking-shrimps-with-vegetables-pan-home-cooking-healthy-cooking-concept_1220-6308.jpg", imageAlt: "Fatima Malik" },
|
||||
{ id: "3", name: "Hassan Ali", imageSrc: "http://img.b2bpic.net/free-photo/side-view-shaurma-kebab-wooden-board-with-sauces-black_140725-12043.jpg", imageAlt: "Hassan Ali" },
|
||||
{ id: "4", name: "Ayesha Zaman", imageSrc: "http://img.b2bpic.net/free-photo/view-seafood-being-cleaning-kitchen_52683-109807.jpg", imageAlt: "Ayesha Zaman" }
|
||||
]}
|
||||
cardTitle="Customer Reviews"
|
||||
cardTag="⭐ Highly Rated"
|
||||
cardTagIcon={Star}
|
||||
cardAnimation="entrance-slide"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Customer testimonials section"
|
||||
/>
|
||||
@@ -178,14 +178,14 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Visit Zam Zam Today!"
|
||||
description="Located in Farooqabad. Order online or visit us for a quick bite. We're ready to serve you fresh, delicious food at affordable prices."
|
||||
buttons={[
|
||||
{ text: "Call Us", href: "tel:+923001234567" },
|
||||
{ text: "Order Online", href: "#" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact and call to action section"
|
||||
|
||||
Reference in New Issue
Block a user