179 lines
11 KiB
TypeScript
179 lines
11 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
import { Award } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="icon-arrow"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="mediumSmall"
|
|
sizing="largeSmall"
|
|
background="none"
|
|
cardStyle="glass-elevated"
|
|
primaryButtonStyle="shadow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="bold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleFullscreen
|
|
navItems={[
|
|
{ name: "Home", id: "#hero" },
|
|
{ name: "About", id: "#about" },
|
|
{ name: "Menu", id: "#menu" },
|
|
{ name: "Reviews", id: "#reviews" },
|
|
{ name: "Book Table", id: "#booking" }
|
|
]}
|
|
brandName="THE DIRTY KITCHEN"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitTestimonial
|
|
useInvertedBackground={false}
|
|
background={{ variant: "plain" }}
|
|
title="THE DIRTY KITCHEN — Premium Burgers, Legendary Indulgence"
|
|
description="Spacious dining, fresh ingredients, bold flavors."
|
|
testimonials={[
|
|
{
|
|
name: "Alex R.", handle: "@alexfoodie", testimonial: "The best burger I've had in Lahara! Perfectly seasoned.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=1", imageAlt: "dirty burger fries stylish plate"
|
|
},
|
|
{
|
|
name: "Sarah K.", handle: "@sarahcooks", testimonial: "The graffiti wall and music make for such a fun vibe.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-modern-building_114579-12043.jpg?_wi=1", imageAlt: "spacious restaurant dining area graffiti wall"
|
|
},
|
|
{
|
|
name: "Mike D.", handle: "@mikeeats", testimonial: "Loaded fries were a game changer. Worth every penny.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-wooden-board_23-2149235946.jpg?_wi=1", imageAlt: "juicy beef burger fresh bun"
|
|
},
|
|
{
|
|
name: "Jessica L.", handle: "@jessfoodie", testimonial: "Finally, a place that feels premium but tastes authentic.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/chicken-cooked-with-potatoes-served-with-greens_141793-1144.jpg?_wi=1", imageAlt: "loaded fries with cheese and bacon"
|
|
},
|
|
{
|
|
name: "David P.", handle: "@davidp", testimonial: "Great portions, quick service, even better flavors.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-glass_1203-1664.jpg?_wi=1", imageAlt: "smooth aromatic freshly brewed coffee"
|
|
}
|
|
]}
|
|
buttons={[{ text: "Book a Table", href: "#booking" }]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/big-mac-menu-metallic-rustic-cage-candle_114579-2158.jpg?_wi=2"
|
|
mediaAnimation="slide-up"
|
|
avatars={[
|
|
{ src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Customer 1" },
|
|
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454153.jpg", alt: "Customer 2" },
|
|
{ src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-508.jpg", alt: "Customer 3" },
|
|
{ src: "http://img.b2bpic.net/free-photo/group-happy-friends-preparing-food-drinking-wine-kitchen-focus-is-young-man-with-wineglass_637285-5842.jpg", alt: "Customer 4" },
|
|
{ src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", alt: "Customer 5" }
|
|
]}
|
|
marqueeItems={[
|
|
{ type: "text", text: "GRILLED TO PERFECTION" },
|
|
{ type: "text", text: "PREMIUM INGREDIENTS" },
|
|
{ type: "text", text: "BOLD FLAVORS" },
|
|
{ type: "text", text: "LAHARA'S FAVORITE" },
|
|
{ type: "text", text: "DIRTY KITCHEN VIBES" }
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TestimonialAboutCard
|
|
useInvertedBackground={false}
|
|
tag="Our Story"
|
|
title="The Dirty Kitchen Experience"
|
|
description="From our signature Dirty Burger to generous portions of fries, every dish is crafted to satisfy your cravings."
|
|
subdescription="Our recently renovated space in Lahara offers a clean, air-conditioned environment, good music, and a graffiti wall for you to leave your mark!"
|
|
icon={Award}
|
|
imageSrc="http://img.b2bpic.net/free-photo/interior-design-modern-building_114579-12043.jpg?_wi=2"
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="menu" data-section="menu">
|
|
<ProductCardOne
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
useInvertedBackground={false}
|
|
products={[
|
|
{ id: "m1", name: "Dirty Burger", price: "K35", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-wooden-board_23-2149235946.jpg?_wi=2" },
|
|
{ id: "m2", name: "Loaded Fries", price: "K20", imageSrc: "http://img.b2bpic.net/free-photo/chicken-cooked-with-potatoes-served-with-greens_141793-1144.jpg?_wi=2" },
|
|
{ id: "m3", name: "Fresh Brewed Coffee", price: "K15", imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-glass_1203-1664.jpg?_wi=2" },
|
|
{ id: "m4", name: "Classic Sliders", price: "K40", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-wooden-board_23-2149235946.jpg?_wi=3" },
|
|
{ id: "m5", name: "Cheesy Nachos", price: "K25", imageSrc: "http://img.b2bpic.net/free-photo/chicken-cooked-with-potatoes-served-with-greens_141793-1144.jpg?_wi=3" },
|
|
{ id: "m6", name: "Iced Mocha", price: "K18", imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-glass_1203-1664.jpg?_wi=3" }
|
|
]}
|
|
title="Signature Dishes"
|
|
description="Indulge in our carefully crafted menu selections."
|
|
buttons={[{ text: "View Full Menu", href: "#" }]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="reviews" data-section="reviews">
|
|
<TestimonialCardThirteen
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Simply incredible flavors and atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
|
|
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Best spot for a quick bite with friends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454153.jpg" },
|
|
{ id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Renovations look stunning! Love the graffiti.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-508.jpg" },
|
|
{ id: "4", name: "David Kim", handle: "@dkim", testimonial: "The staff are so friendly and efficient.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-preparing-food-drinking-wine-kitchen-focus-is-young-man-with-wineglass_637285-5842.jpg" },
|
|
{ id: "5", name: "Alice Wong", handle: "@awong", testimonial: "Everything I tasted was just perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg" }
|
|
]}
|
|
showRating={true}
|
|
title="What Our Guests Say"
|
|
description="Join our community of happy food lovers."
|
|
/>
|
|
</div>
|
|
|
|
<div id="booking" data-section="booking">
|
|
<ContactSplit
|
|
tag="Reservation"
|
|
useInvertedBackground={false}
|
|
background={{ variant: "plain" }}
|
|
title="Reserve Your Spot Now"
|
|
description="Book your table in advance and secure your indulgence."
|
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-apricots-wooden-surface_141793-18467.jpg?_wi=1"
|
|
mediaAnimation="slide-up"
|
|
buttonText="Confirm Reservation"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterMedia
|
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-apricots-wooden-surface_141793-18467.jpg?_wi=2"
|
|
logoText="THE DIRTY KITCHEN"
|
|
columns={[
|
|
{
|
|
title: "Contact", items: [
|
|
{ label: "Lahara, PNG", href: "#" },
|
|
{ label: "+675 123 4567", href: "tel:+6751234567" },
|
|
{ label: "hello@dirtykitchen.com", href: "mailto:hello@dirtykitchen.com" }
|
|
]
|
|
},
|
|
{
|
|
title: "Socials", items: [
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
{ label: "Facebook", href: "https://facebook.com" }
|
|
]
|
|
}
|
|
]}
|
|
copyrightText="© 2026 THE DIRTY KITCHEN"
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
} |