Files
747481a4-4150-4ddb-a90d-286…/src/app/page.tsx
2026-04-10 01:47:02 +00:00

268 lines
9.2 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Facebook, Instagram } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="floatingGradient"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Hastings Arms"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
title="Experience Unrivaled Sunday Luxury"
description="At Hastings Arms, we elevate the traditional pub experience with premium meats, refined surroundings, and an atmosphere that defines casual elegance."
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Book Now",
href: "#contact",
},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-with-cocktail-burning-candle-side-view_140725-12766.jpg",
imageAlt: "Luxurious pub interior",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629579.jpg",
imageAlt: "Sunday roast serving",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-turkey-wine_23-2147709482.jpg",
imageAlt: "Traditional pub vibe",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-challah-dish-hanukkah_23-2151102362.jpg?_wi=1",
imageAlt: "Premium meat platter",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-challah-dish-hanukkah_23-2151102362.jpg?_wi=2",
imageAlt: "Elegant dining space",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/department-coffee-supermarket-photo-your-advertising_185193-110563.jpg",
imageAlt: "Atmospheric evening pub",
},
]}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="A Tradition of Excellence"
description={[
"Hastings Arms in Gillingham isn't just a pub; it's a destination for those who appreciate the finer things in life. Our commitment to quality means every carvery, every pint, and every moment shared here is curated for your enjoyment.",
"From our live music sessions to our famous Sunday Carvery, we pride ourselves on being the heart of the community where luxury meets comfort. Whether it's a family gathering or a casual evening out, we ensure the experience is unforgettable.",
]}
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Roast Turkey",
price: "£15.95",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg",
imageAlt: "Roast Turkey",
},
{
id: "p2",
name: "Slow-Roasted Beef",
price: "£16.95",
imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-feast-sausages-pretzels-beer-mustard_23-2152011912.jpg",
imageAlt: "Slow-Roasted Beef",
},
{
id: "p3",
name: "Honey-Glazed Ham",
price: "£14.95",
imageSrc: "http://img.b2bpic.net/free-photo/from-fried-meat-with-fried-vegetables-orange-brandy-glass-white-plate_176474-2632.jpg",
imageAlt: "Honey-Glazed Ham",
},
{
id: "p4",
name: "Vegetarian Wellington",
price: "£13.50",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-plate_23-2148904713.jpg",
imageAlt: "Vegetarian Wellington",
},
{
id: "p5",
name: "Seasonal Veg Board",
price: "£10.95",
imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-delicious-meal-arrangement_23-2149100099.jpg",
imageAlt: "Seasonal Veg Board",
},
{
id: "p6",
name: "Yorkshire Pudding Special",
price: "£12.50",
imageSrc: "http://img.b2bpic.net/free-photo/brown-bread-toasts-plate-fried-shrimps-lemon_140725-2482.jpg",
imageAlt: "Yorkshire Pudding Special",
},
]}
title="Our Signature Dishes"
description="Indulge in our exquisite menu, featuring the freshest locally sourced ingredients and time-honored recipes."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Jenkins",
handle: "@sarah_j",
testimonial: "The Sunday carvery is absolutely fantastic. Best in Gillingham by far!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-man-holding-glass-beer-bar_1262-3553.jpg",
},
{
id: "2",
name: "Mark Thomson",
handle: "@mt_foodie",
testimonial: "Great atmosphere, friendly staff, and the meat quality is incredible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-beer-restaurant_23-2148172694.jpg",
},
{
id: "3",
name: "Emily Wright",
handle: "@ewright89",
testimonial: "Lovely Sunday lunch, very reasonably priced. Definitely coming back.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-happy-young-bearded-male-t-shirt-smiling-cheerfully-while-enjoying-tasty-meal-lunch-cozy-restaurant-sitting-wooden-table_273609-1965.jpg",
},
{
id: "4",
name: "David Carter",
handle: "@dave_c",
testimonial: "Fantastic variety and perfectly cooked vegetables. A proper treat.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg",
},
{
id: "5",
name: "Alice Pearson",
handle: "@alice_p",
testimonial: "The ambiance is spot on—perfect for a relaxed Sunday with friends.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166070.jpg",
},
]}
showRating={true}
title="Guest Experiences"
description="Don't just take our word for it—discover why our guests keep coming back for more."
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
tag="Visit Us"
title="Join Us This Sunday"
description="Ready to experience the best carvery in town? Book your table today and join the community at Hastings Arms."
buttons={[
{
text: "Call Now",
href: "tel:01634553693",
},
{
text: "Get Directions",
href: "https://maps.google.com/?q=Hastings+Arms+Gillingham",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Hastings Arms"
copyrightText="© 2025 Hastings Arms | Gillingham, Kent"
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}