2 Commits

Author SHA1 Message Date
84216a1646 Update src/app/page.tsx 2026-05-06 12:22:22 +00:00
a09e18424a Update src/app/page.tsx 2026-05-06 12:21:53 +00:00

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Heritage",
id: "heritage",
},
{
name: "Menu",
id: "menu",
},
{
name: "Catering",
id: "catering",
},
{
name: "Location",
id: "contact",
},
{ name: "Heritage", id: "heritage" },
{ name: "Menu", id: "menu" },
{ name: "Catering", id: "catering" },
{ name: "Location", id: "contact" },
]}
brandName="Haji Akhtar"
/>
@@ -51,42 +39,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="The Heritage of Authentic Taste"
description="Experience the legacy of Haji Akhtar, where timeless recipes meet the finest ingredients of the East."
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Book Catering",
href: "#catering",
},
{ text: "View Menu", href: "#menu" },
{ text: "Book Catering", href: "#catering" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg",
imageAlt: "Authentic Biryani",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-high-angle_23-2148825105.jpg",
imageAlt: "Traditional Atmosphere",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-posed-restaurant_627829-792.jpg",
imageAlt: "Warm Hospitality",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-different-pakistan-goodies_23-2148821567.jpg",
imageAlt: "Flat lay assortment of different pakistan goodies",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-noodle-bowl-blue-background_114579-39748.jpg",
imageAlt: "Homemade tasty noodle in a bowl",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=1", imageAlt: "Authentic Biryani" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-high-angle_23-2148825105.jpg", imageAlt: "Traditional Atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-posed-restaurant_627829-792.jpg", imageAlt: "Warm Hospitality" },
]}
mediaAnimation="blur-reveal"
/>
@@ -96,15 +59,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "The Legacy of Haji Akhtar",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-food-bowl_23-2149008762.jpg",
alt: "Legacy of Taste",
},
{ type: "text", content: "The Legacy of Haji Akhtar" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-food-bowl_23-2149008762.jpg", alt: "Legacy of Taste" },
]}
/>
</div>
@@ -116,63 +72,15 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Classic Biryani",
price: "$12.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/spices-lime-near-rice-dishes_23-2147894716.jpg",
brand: "Signature",
reviewCount: "120 reviews",
},
{
id: "2",
name: "Chicken Karahi",
price: "$15.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/meat-with-ginger-side-view_141793-4480.jpg",
brand: "Chef Favorite",
reviewCount: "98 reviews",
},
{
id: "3",
name: "Tandoori Special",
price: "$18.00",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-eclair-with-lemon-slice_140725-3386.jpg",
brand: "Grill",
reviewCount: "85 reviews",
},
{
id: "4",
name: "Creamy Daal",
price: "$8.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-lentil-herbs_140725-73527.jpg",
brand: "Vegan",
reviewCount: "67 reviews",
},
{
id: "5",
name: "Garlic Naan",
price: "$3.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-broken-pita-with-condiments_23-2148734693.jpg",
brand: "Bread",
reviewCount: "112 reviews",
},
{
id: "6",
name: "Garden Salad",
price: "$5.00",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-vegetable-salad-peppered-with-chicken-slices-inside-plate-dark-blue-desk-salad-vegetable-food-meal-snack-lunch_140725-39944.jpg",
brand: "Side",
reviewCount: "45 reviews",
},
{ id: "1", name: "Chicken Biryani", price: "PKR 650", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/spices-lime-near-rice-dishes_23-2147894716.jpg", brand: "Traditional", reviewCount: "240 reviews" },
{ id: "2", name: "Mutton Karahi", price: "PKR 1200", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/meat-with-ginger-side-view_141793-4480.jpg?_wi=1", brand: "Signature", reviewCount: "150 reviews" },
{ id: "3", name: "Seekh Kabab", price: "PKR 450", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=2", brand: "Grill", reviewCount: "110 reviews" },
{ id: "4", name: "Dal Makhani", price: "PKR 350", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-lentil-herbs_140725-73527.jpg", brand: "Classic", reviewCount: "90 reviews" },
{ id: "5", name: "Roghani Naan", price: "PKR 80", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-broken-pita-with-condiments_23-2148734693.jpg", brand: "Bread", reviewCount: "300 reviews" },
{ id: "6", name: "Kheer", price: "PKR 250", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/meat-with-ginger-side-view_141793-4480.jpg?_wi=2", brand: "Dessert", reviewCount: "65 reviews" },
]}
title="Signature Menu"
description="A curated selection of traditional favorites crafted with passion."
description="A curated selection of traditional Pakistani favorites crafted with passion."
/>
</div>
@@ -181,51 +89,25 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
tag: "Events",
title: "Large Gatherings",
subtitle: "Perfect for weddings and corporate events",
description: "Seamless service for up to 500 guests with customized menu options.",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-woman-taking-snack-from-buffet-table_1262-1795.jpg",
},
{
tag: "Custom",
title: "Tailored Menus",
subtitle: "Curate your own spice profile",
description: "Work with our chefs to design a menu that perfectly aligns with your vision.",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-wedding-banquet-elegant-crockery-silverware-glassware-generated-by-ai_188544-17315.jpg",
},
{
tag: "Service",
title: "Full Support",
subtitle: "On-site and off-site setups",
description: "We handle setup, presentation, and service so you can enjoy your event.",
imageSrc: "http://img.b2bpic.net/free-photo/part-decorated-table-guests-close-up_8353-9657.jpg",
},
{ tag: "Events", title: "Large Gatherings", subtitle: "Perfect for weddings and corporate events", description: "Seamless service for up to 500 guests with authentic local menu options.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-woman-taking-snack-from-buffet-table_1262-1795.jpg" },
{ tag: "Custom", title: "Tailored Menus", subtitle: "Curate your own spice profile", description: "Work with our chefs to design a menu that perfectly aligns with your vision for Pakistani cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-wedding-banquet-elegant-crockery-silverware-glassware-generated-by-ai_188544-17315.jpg" },
{ tag: "Service", title: "Full Support", subtitle: "On-site and off-site setups", description: "We handle setup, presentation, and service so you can enjoy your event.", imageSrc: "http://img.b2bpic.net/free-photo/part-decorated-table-guests-close-up_8353-9657.jpg" },
]}
title="Catering Services"
description="Elevate your events with our exquisite Pakwan catering. From intimate gatherings to grand celebrations, we bring the essence of Haji Akhtar to your table."
description="Elevate your events with our exquisite Pakwan catering. We bring the essence of Haji Akhtar to your table."
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in touch"
title="Visit or Book Today"
description="Experience authentic flavors at our restaurant or inquire about catering."
buttons={[
{
text: "Contact Us",
href: "#",
},
{
text: "Directions",
href: "#",
},
{ text: "Contact Us", href: "#" },
{ text: "Directions", href: "#" },
]}
/>
</div>
@@ -233,42 +115,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Heritage",
href: "#heritage",
},
{
label: "Menu",
href: "#menu",
},
],
},
{
items: [
{
label: "Catering",
href: "#catering",
},
{
label: "Location",
href: "#contact",
},
],
},
{
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ items: [{ label: "Heritage", href: "#heritage" }, { label: "Menu", href: "#menu" }] },
{ items: [{ label: "Catering", href: "#catering" }, { label: "Location", href: "#contact" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="Haji Akhtar"
/>
@@ -276,4 +125,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}