Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 379992d215 | |||
| 95584b0852 | |||
| 81bfd1f0d1 |
@@ -11,7 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Flame } from "lucide-react";
|
||||
import { Flame, History } from "lucide-react";
|
||||
|
||||
export default function PakistaniRestaurantPage() {
|
||||
return (
|
||||
@@ -61,7 +61,8 @@ export default function PakistaniRestaurantPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<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."
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -75,9 +76,9 @@ export default function PakistaniRestaurantPage() {
|
||||
title="Signature Delicacies"
|
||||
description="Handcrafted recipes passed down through generations."
|
||||
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: "2", name: "Lamb Nihari", price: "$26", 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: "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: "PKR 4,200", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9331.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"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user