Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d8396a57a | |||
| 1f959d09dc | |||
| 0f652b383e | |||
| f8596a3589 |
132
src/app/page.tsx
132
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import { Award, CheckCircle, Users } from "lucide-react";
|
import { Award, CheckCircle, Users, MessageSquare } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,14 +31,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home", id: "hero"},
|
{ name: "About", id: "about" },
|
||||||
{
|
{ name: "Menu", id: "products" },
|
||||||
name: "About", id: "about"},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Menu", id: "products"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Pak Heritage Catering"
|
brandName="Pak Heritage Catering"
|
||||||
/>
|
/>
|
||||||
@@ -46,16 +42,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="Authentic Pakistani Catering & Traiteur"
|
title="Authentic Pakistani Catering & Traiteur"
|
||||||
description="Bringing the heart of Pakistan to your table. We blend traditional flavors with professional service for events that leave a lasting impression."
|
description="Bringing the heart of Pakistan to your table. We blend traditional flavors with professional service for events that leave a lasting impression."
|
||||||
tag="Since 1995"
|
tag="Since 1995"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tkq5o9", imageAlt: "Traditional food banquet set" },
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tkq5o9", imageAlt: "Traditional food banquet set"},
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rltzgx", imageAlt: "Service staff catering" }
|
||||||
{
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rltzgx", imageAlt: "Service staff catering"}
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -67,10 +60,8 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "Our Culinary Journey" },
|
||||||
type: "text", content: "Our Culinary Journey"},
|
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yuw0xt", alt: "Our Head Chef" },
|
||||||
{
|
|
||||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yuw0xt", alt: "Our Head Chef"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -81,18 +72,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "f1", title: "Traditional Flavors", descriptions: ["Hand-picked spices and authentic recipes sourced directly from Pakistan."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4f0a6f" },
|
||||||
id: "f1", title: "Traditional Flavors", descriptions: [
|
{ id: "f2", title: "Full Event Management", descriptions: ["Seamless end-to-end event planning, from setup to final cleanup."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u2l1ji" },
|
||||||
"Hand-picked spices and authentic recipes sourced directly from Pakistan."],
|
{ id: "f3", title: "Premium Ingredients", descriptions: ["Farm-fresh produce and high-quality halal meats, delivered daily."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7fuybf" },
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4f0a6f"},
|
|
||||||
{
|
|
||||||
id: "f2", title: "Full Event Management", descriptions: [
|
|
||||||
"Seamless end-to-end event planning, from setup to final cleanup."],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u2l1ji"},
|
|
||||||
{
|
|
||||||
id: "f3", title: "Premium Ingredients", descriptions: [
|
|
||||||
"Farm-fresh produce and high-quality halal meats, delivered daily."],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7fuybf"},
|
|
||||||
]}
|
]}
|
||||||
title="Unmatched Catering Excellence"
|
title="Unmatched Catering Excellence"
|
||||||
description="From intimate gatherings to grand corporate events, our service is defined by precision and authenticity."
|
description="From intimate gatherings to grand corporate events, our service is defined by precision and authenticity."
|
||||||
@@ -106,24 +88,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", brand: "Main", name: "Classic Chicken Biryani", price: "$15.99", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xzk8pn" },
|
||||||
id: "p1", brand: "Main", name: "Classic Chicken Biryani", price: "$15.99", rating: 5,
|
{ id: "p2", brand: "Grill", name: "Royal Seekh Kebab Platter", price: "$18.50", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n4spaa" },
|
||||||
reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xzk8pn"},
|
{ id: "p3", brand: "Curry", name: "Rich Mutton Karahi", price: "$22.00", rating: 4, reviewCount: "88", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=icrjgw" },
|
||||||
{
|
{ id: "p4", brand: "Sides", name: "Garlic Butter Naan", price: "$4.50", rating: 5, reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ao95oa" },
|
||||||
id: "p2", brand: "Grill", name: "Royal Seekh Kebab Platter", price: "$18.50", rating: 5,
|
{ id: "p5", brand: "Dessert", name: "Sweet Gulab Jamun", price: "$6.99", rating: 5, reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=95wrmj" },
|
||||||
reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n4spaa"},
|
{ id: "p6", brand: "Drinks", name: "Mango Lassi", price: "$5.99", rating: 5, reviewCount: "190", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zwxlqq" },
|
||||||
{
|
|
||||||
id: "p3", brand: "Curry", name: "Rich Mutton Karahi", price: "$22.00", rating: 4,
|
|
||||||
reviewCount: "88", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=icrjgw"},
|
|
||||||
{
|
|
||||||
id: "p4", brand: "Sides", name: "Garlic Butter Naan", price: "$4.50", rating: 5,
|
|
||||||
reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ao95oa"},
|
|
||||||
{
|
|
||||||
id: "p5", brand: "Dessert", name: "Sweet Gulab Jamun", price: "$6.99", rating: 5,
|
|
||||||
reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=95wrmj"},
|
|
||||||
{
|
|
||||||
id: "p6", brand: "Drinks", name: "Mango Lassi", price: "$5.99", rating: 5,
|
|
||||||
reviewCount: "190", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zwxlqq"},
|
|
||||||
]}
|
]}
|
||||||
title="Signature Menu Selections"
|
title="Signature Menu Selections"
|
||||||
description="Explore our curated collection of traditional Pakistani dishes prepared with passion."
|
description="Explore our curated collection of traditional Pakistani dishes prepared with passion."
|
||||||
@@ -137,15 +107,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "500+", title: "Events Catered", description: "Successfully completed catering events across the country.", icon: CheckCircle },
|
||||||
id: "m1", value: "500+", title: "Events Catered", description: "Successfully completed catering events across the country.", icon: CheckCircle,
|
{ id: "m2", value: "20k+", title: "Satisfied Guests", description: "Guests served with authentic flavor experiences.", icon: Users },
|
||||||
},
|
{ id: "m3", value: "25+", title: "Years Experience", description: "Decades of mastery in traditional culinary arts.", icon: Award },
|
||||||
{
|
|
||||||
id: "m2", value: "20k+", title: "Satisfied Guests", description: "Guests served with authentic flavor experiences.", icon: Users,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3", value: "25+", title: "Years Experience", description: "Decades of mastery in traditional culinary arts.", icon: Award,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
description="Proven success across hundreds of events and happy clients."
|
description="Proven success across hundreds of events and happy clients."
|
||||||
@@ -156,16 +120,9 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", name: "Ayesha Khan, Wedding Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eoqcwc" },
|
||||||
id: "t1", name: "Ayesha Khan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eoqcwc"},
|
{ id: "t2", name: "Bilal Ahmed, Corporate Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g3tcp0" },
|
||||||
{
|
{ id: "t3", name: "Fatima Zara, Event Planner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nt4yz6" },
|
||||||
id: "t2", name: "Bilal Ahmed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g3tcp0"},
|
|
||||||
{
|
|
||||||
id: "t3", name: "Fatima Zara", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nt4yz6"},
|
|
||||||
{
|
|
||||||
id: "t4", name: "Omar Siddique", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6q1v7q"},
|
|
||||||
{
|
|
||||||
id: "t5", name: "Zara Noor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jtlraq"},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="What our guests say"
|
cardTitle="What our guests say"
|
||||||
cardTag="Reviews"
|
cardTag="Reviews"
|
||||||
@@ -177,20 +134,13 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Book Your Catering"
|
title="Book Your Catering"
|
||||||
description="Ready to bring authentic flavor to your next event? Get in touch today."
|
description="Ready to bring authentic flavor to your next event? Get in touch today at +1 (555) 012-3456 or catering@pakheritage.com."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
|
||||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{ name: "details", placeholder: "Tell us about your event date, size, and location...", rows: 4, required: true }}
|
||||||
name: "details", placeholder: "Tell us about your event...", rows: 4,
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=contact-bg"
|
||||||
required: true,
|
|
||||||
}}
|
|
||||||
imageSrc="asset://contact-bg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -199,30 +149,24 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{
|
{ label: "Corporate Events", href: "#" },
|
||||||
label: "Corporate Events", href: "#"},
|
{ label: "Weddings", href: "#" },
|
||||||
{
|
{ label: "Private Parties", href: "#" },
|
||||||
label: "Weddings", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Private Parties", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{
|
{ label: "About Us", href: "#about" },
|
||||||
label: "About Us", href: "#"},
|
{ label: "Our Menu", href: "#products" },
|
||||||
{
|
{ label: "Contact", href: "#contact" },
|
||||||
label: "Our Menu", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Contact", href: "#contact"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Pak Heritage"
|
logoText="Pak Heritage"
|
||||||
copyrightText="© 2025 Pak Heritage Catering & Traiteur. All rights reserved."
|
copyrightText="© 2025 Pak Heritage Catering & Traiteur. All rights reserved. 123 Heritage Way, London, UK."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user