Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Karahi & Biryani"
|
||||
brandName="Karahi & Biryani Restaurant"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,12 +109,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", brand: "Classic", name: "Chicken Biryani", price: "$12", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/lime-near-rice-potatoes_23-2147894951.jpg" },
|
||||
{ id: "2", brand: "Signature", name: "Mutton Karahi", price: "$18", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-dish-high-angle_23-2148825147.jpg" },
|
||||
{ id: "3", brand: "Breakfast", name: "Aloo Paratha", price: "$5", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-pita-inside-plate-with-greens-lemon-slices-dark-surface_179666-34878.jpg" },
|
||||
{ id: "4", brand: "Classic", name: "Chicken Qorma", price: "$14", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-slices-with-tomato-sauce-grey-background-sauce-dish-meat-chicken-tomato_140725-96225.jpg" },
|
||||
{ id: "5", brand: "Breakfast", name: "Channy Masala", price: "$6", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086077.jpg" },
|
||||
{ id: "6", brand: "Drinks", name: "Fresh Lassi", price: "$4", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/menthol-milkshake-wooden-hemp_140725-2159.jpg" },
|
||||
{ id: "1", brand: "Classic", name: "Chicken Biryani", price: "45 QAR", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/lime-near-rice-potatoes_23-2147894951.jpg" },
|
||||
{ id: "2", brand: "Signature", name: "Mutton Karahi", price: "65 QAR", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-dish-high-angle_23-2148825147.jpg" },
|
||||
{ id: "3", brand: "Breakfast", name: "Aloo Paratha", price: "18 QAR", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-pita-inside-plate-with-greens-lemon-slices-dark-surface_179666-34878.jpg" },
|
||||
{ id: "4", brand: "Classic", name: "Chicken Qorma", price: "50 QAR", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-slices-with-tomato-sauce-grey-background-sauce-dish-meat-chicken-tomato_140725-96225.jpg" },
|
||||
{ id: "5", brand: "Breakfast", name: "Channy Masala", price: "22 QAR", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086077.jpg" },
|
||||
{ id: "6", brand: "Drinks", name: "Fresh Lassi", price: "15 QAR", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/menthol-milkshake-wooden-hemp_140725-2159.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated selection of authentic favorites that keep our customers coming back."
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Karahi & Biryani"
|
||||
logoText="Karahi & Biryani Restaurant"
|
||||
copyrightText="© 2025 Karahi & Biryani. All Rights Reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
@@ -199,4 +199,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user