Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-09 16:07:38 +00:00

View File

@@ -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"