5 Commits

Author SHA1 Message Date
379992d215 Merge version_4 into main
Merge version_4 into main
2026-04-09 16:07:37 +00:00
95584b0852 Update src/app/page.tsx 2026-04-09 16:07:31 +00:00
81bfd1f0d1 Merge version_3 into main
Merge version_3 into main
2026-04-09 16:03:39 +00:00
7fd9db8772 Update src/app/page.tsx 2026-04-09 16:03:33 +00:00
fd3d49ce92 Merge version_2 into main
Merge version_2 into main
2026-04-09 16:02:32 +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 (
@@ -53,7 +53,7 @@ export default function PakistaniRestaurantPage() {
imageSrc="http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552628.jpg"
imageAlt="Traditional Pakistani karahi and kebabs"
buttons={[
{ text: "Reserve Now", href: "#contact" },
{ text: "Book Your Table", href: "#contact" },
{ text: "View Menu", href: "#menu" }
]}
/>
@@ -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"