Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2383c2c825 | |||
| 4d56bf9804 | |||
| ce01830604 | |||
| 928c7427f1 |
181
src/app/page.tsx
181
src/app/page.tsx
@@ -10,6 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { MessageCircle, Rocket, Sparkles, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -30,22 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Signature", id: "signature" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Royal Castle"
|
||||
/>
|
||||
@@ -54,20 +44,13 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Experience the Taste of Royalty"
|
||||
description="Premium fast food crafted fresh daily in Nankana Sahib. Order now for delivery, takeaway, or dine-in—open until 1:30 AM."
|
||||
tag="Fresh Ingredients • Lightning Fast • Premium Quality"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Call Instantly",
|
||||
href: "tel:+923000000000",
|
||||
},
|
||||
{ text: "Order Now", href: "#menu" },
|
||||
{ text: "Call Instantly", href: "tel:+923000000000" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/professional-close-up-of-a-premium-juicy-1774611216078-03e07767.png"
|
||||
tagIcon={Sparkles}
|
||||
@@ -82,18 +65,9 @@ export default function LandingPage() {
|
||||
title="A Legacy of Culinary Excellence"
|
||||
description="At Royal Castle Nankana, we blend international luxury with the warmth of local tradition, serving high-quality ingredients with unmatched passion."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source only the finest local and international produce for our daily recipes.",
|
||||
},
|
||||
{
|
||||
title: "Hygiene First",
|
||||
description: "Your safety and comfort is our top priority, ensuring a spotless dining environment.",
|
||||
},
|
||||
{
|
||||
title: "Midnight Dining",
|
||||
description: "Satisfy your cravings until 1:30 AM with our dedicated late-night kitchen service.",
|
||||
},
|
||||
{ title: "Fresh Ingredients", description: "We source only the finest local and international produce for our daily recipes." },
|
||||
{ title: "Hygiene First", description: "Your safety and comfort is our top priority, ensuring a spotless dining environment." },
|
||||
{ title: "Midnight Dining", description: "Satisfy your cravings until 1:30 AM with our dedicated late-night kitchen service." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/sophisticated-modern-restaurant-interior-1774611215888-e9f705d1.png"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -101,6 +75,17 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="signature" data-section="signature">
|
||||
<SocialProofOne
|
||||
title="Our Signature Creations"
|
||||
description="Discover the hand-crafted perfection of our culinary team."
|
||||
logos={["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/uploaded-1774611948799-upt72hr6.jpg"]}
|
||||
names={[]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
@@ -109,23 +94,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Royal Burger",
|
||||
price: "PKR 850",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/premium-grilled-chicken-platter-with-gol-1774611214577-1f92475b.png",
|
||||
},
|
||||
id: "1", name: "Royal Burger", price: "PKR 850", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/premium-grilled-chicken-platter-with-gol-1774611214577-1f92475b.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Crispy Fries",
|
||||
price: "PKR 350",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/handcrafted-crispy-golden-fries-in-a-pre-1774611215035-7559037a.png",
|
||||
},
|
||||
id: "2", name: "Crispy Fries", price: "PKR 350", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/handcrafted-crispy-golden-fries-in-a-pre-1774611215035-7559037a.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Signature Slider",
|
||||
price: "PKR 650",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/succulent-beef-steak-slider-with-gourmet-1774611214337-833931ae.png",
|
||||
},
|
||||
id: "3", name: "Signature Slider", price: "PKR 650", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/succulent-beef-steak-slider-with-gourmet-1774611214337-833931ae.png"},
|
||||
]}
|
||||
title="Royal Signature Menu"
|
||||
description="Handcrafted dishes designed to ignite your taste buds."
|
||||
@@ -138,21 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Lightning fast delivery straight to your doorstep in Nankana Sahib.",
|
||||
icon: Rocket,
|
||||
},
|
||||
{
|
||||
title: "WhatsApp Ordering",
|
||||
description: "Order with just a message for effortless convenience.",
|
||||
icon: MessageCircle,
|
||||
},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "Comfortable seating perfect for families and gatherings.",
|
||||
icon: Users,
|
||||
},
|
||||
{ title: "Fast Delivery", description: "Lightning fast delivery straight to your doorstep in Nankana Sahib.", icon: Rocket },
|
||||
{ title: "WhatsApp Ordering", description: "Order with just a message for effortless convenience.", icon: MessageCircle },
|
||||
{ title: "Family Friendly", description: "Comfortable seating perfect for families and gatherings.", icon: Users },
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Experience fast food redefined with our royal service standards."
|
||||
@@ -166,38 +127,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ali Khan",
|
||||
role: "Marketing Manager",
|
||||
company: "Nankana Hub",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/young-urban-professional-man-smiling-stu-1774611213848-0b92c87b.png",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Interior Designer",
|
||||
company: "Creative Spaces",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/young-woman-professional-portrait-natura-1774611214002-8216c77c.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Usman Tariq",
|
||||
role: "Professor",
|
||||
company: "Nankana University",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/man-in-his-40s-smiling-friendly-high-qua-1774611215424-f802d2e2.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Zara Noor",
|
||||
role: "Student",
|
||||
company: "Nankana Campus",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/young-student-man-portrait-modern-style--1774611213968-d7c7bc46.png",
|
||||
},
|
||||
{ id: "1", name: "Ali Khan", role: "Marketing Manager", company: "Nankana Hub", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/young-urban-professional-man-smiling-stu-1774611213848-0b92c87b.png" },
|
||||
{ id: "2", name: "Sarah Ahmed", role: "Interior Designer", company: "Creative Spaces", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/young-woman-professional-portrait-natura-1774611214002-8216c77c.png" },
|
||||
{ id: "3", name: "Usman Tariq", role: "Professor", company: "Nankana University", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/man-in-his-40s-smiling-friendly-high-qua-1774611215424-f802d2e2.png" },
|
||||
{ id: "4", name: "Zara Noor", role: "Student", company: "Nankana Campus", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiK7NffO2QaFquJkaxkfDE5WR/young-student-man-portrait-modern-style--1774611213968-d7c7bc46.png" },
|
||||
]}
|
||||
title="Voices of Royalty"
|
||||
description="Hear what our esteemed guests have to say about their experience."
|
||||
@@ -207,9 +140,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Join the Inner Circle"
|
||||
description="Subscribe to get exclusive weekly offers and loyalty rewards directly on your phone."
|
||||
buttonText="Subscribe"
|
||||
@@ -221,45 +152,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp Order",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+923000000000",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }] },
|
||||
{ title: "Contact", items: [{ label: "WhatsApp Order", href: "#" }, { label: "Call Us", href: "tel:+923000000000" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Royal Castle"
|
||||
copyrightText="© 2025 Royal Castle Nankana. All rights reserved."
|
||||
@@ -268,4 +163,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user