Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95584b0852 | |||
| 81bfd1f0d1 | |||
| 7fd9db8772 | |||
| fd3d49ce92 |
@@ -11,7 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
|
|||||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||||
import { Flame } from "lucide-react";
|
import { Flame, History } from "lucide-react";
|
||||||
|
|
||||||
export default function PakistaniRestaurantPage() {
|
export default function PakistaniRestaurantPage() {
|
||||||
return (
|
return (
|
||||||
@@ -53,7 +53,7 @@ export default function PakistaniRestaurantPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552628.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552628.jpg"
|
||||||
imageAlt="Traditional Pakistani karahi and kebabs"
|
imageAlt="Traditional Pakistani karahi and kebabs"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve Now", href: "#contact" },
|
{ text: "Book Your Table", href: "#contact" },
|
||||||
{ text: "View Menu", href: "#menu" }
|
{ text: "View Menu", href: "#menu" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -61,7 +61,8 @@ export default function PakistaniRestaurantPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
tag="From our family to yours"
|
tag="Our Story"
|
||||||
|
tagIcon={History}
|
||||||
title="Preserving heritage through spice. At Lahore Spice, we bring centuries-old family recipes to your table, using authentic masalas and slow-cooking techniques."
|
title="Preserving heritage through spice. At Lahore Spice, we bring centuries-old family recipes to your table, using authentic masalas and slow-cooking techniques."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -75,9 +76,9 @@ export default function PakistaniRestaurantPage() {
|
|||||||
title="Signature Delicacies"
|
title="Signature Delicacies"
|
||||||
description="Handcrafted recipes passed down through generations."
|
description="Handcrafted recipes passed down through generations."
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Chicken Karahi", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-grey-surface_140725-88534.jpg" },
|
{ id: "1", name: "Chicken Karahi", price: "PKR 3,500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-grey-surface_140725-88534.jpg" },
|
||||||
{ id: "2", name: "Lamb Nihari", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9331.jpg" },
|
{ id: "2", name: "Lamb Nihari", price: "PKR 4,200", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9331.jpg" },
|
||||||
{ id: "3", name: "Seekh Kebabs", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/lula-kebab-served-with-flatbreads-pomegranate-onion-herbs-sauce_140725-1570.jpg" }
|
{ id: "3", name: "Seekh Kebabs", price: "PKR 2,800", imageSrc: "http://img.b2bpic.net/free-photo/lula-kebab-served-with-flatbreads-pomegranate-onion-herbs-sauce_140725-1570.jpg" }
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user