Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-17 16:43:50 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
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() {
return (
@@ -120,11 +120,9 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ 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", 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" },
{ id: "t1", name: "Ayesha Khan, Wedding Client", 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" },
]}
cardTitle="What our guests say"
cardTag="Reviews"
@@ -136,12 +134,12 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
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={[
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{ name: "details", placeholder: "Tell us about your event...", rows: 4, required: true }}
textarea={{ name: "details", placeholder: "Tell us about your event date, size, and location...", rows: 4, required: true }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=contact-bg"
/>
</div>
@@ -158,14 +156,14 @@ export default function LandingPage() {
},
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Our Menu", href: "#" },
{ label: "About Us", href: "#about" },
{ label: "Our Menu", href: "#products" },
{ label: "Contact", href: "#contact" },
],
},
]}
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>
</ReactLenis>