16 Commits

Author SHA1 Message Date
d17ff4d73c Update src/app/page.tsx 2026-04-08 16:07:36 +00:00
ce57e5cb7f Update src/app/page.tsx 2026-04-08 16:07:05 +00:00
144a152ab7 Update src/app/page.tsx 2026-04-08 16:06:28 +00:00
1891287438 Update src/app/page.tsx 2026-04-08 16:05:52 +00:00
9a82816436 Update src/app/layout.tsx 2026-04-08 16:03:18 +00:00
4b04852518 Update src/app/page.tsx 2026-04-08 16:01:12 +00:00
0818898434 Update src/app/page.tsx 2026-04-08 15:59:06 +00:00
3b76e6f0f4 Merge version_1 into main
Merge version_1 into main
2026-04-08 15:58:33 +00:00
b411f486f5 Merge version_1 into main
Merge version_1 into main
2026-04-08 15:51:37 +00:00
37f58d3293 Merge version_1 into main
Merge version_1 into main
2026-04-08 15:51:07 +00:00
ce7e414dcc Merge version_1 into main
Merge version_1 into main
2026-04-08 15:50:27 +00:00
49aedf232e Merge version_1 into main
Merge version_1 into main
2026-04-08 15:49:49 +00:00
2226c880ee Merge version_1 into main
Merge version_1 into main
2026-04-08 15:49:14 +00:00
116339bef8 Merge version_1 into main
Merge version_1 into main
2026-04-08 15:48:44 +00:00
f1c422db3f Merge version_1 into main
Merge version_1 into main
2026-04-08 15:48:07 +00:00
279248a4ec Merge version_1 into main
Merge version_1 into main
2026-04-08 15:47:33 +00:00
2 changed files with 57 additions and 46 deletions

View File

@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Top Table | Proper Fish & Chips | Done Right.', title: 'Top Table | Traditional Fish & Chips',
description: 'Freshly prepared, perfectly fried fish and chips. Known for quality, consistency, and a proper portion size. Serving the local community with pride.', description: 'Authentic, sustainable, and perfectly prepared traditional British fish and chips. Experience the Top Table standard today.',
openGraph: { openGraph: {
"title": "Top Table Fish & Chips", "title": "Top Table Fish & Chips",
"description": "Proper British fish and chips, done right.", "description": "Proper British fish and chips, done right.",

View File

@@ -2,87 +2,98 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Fish } from "lucide-react";
const navItems = [{ name: "Home", id: "/" }]; const navItems = [{ name: "Home", id: "/" }];
export default function Page() { export default function Page() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="soft"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="circleGradient" background="noise"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="normal" headingFontWeight="semibold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered navItems={navItems} brandName="Top Table" /> <NavbarStyleCentered navItems={navItems} brandName="Top Table" />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroBillboardGallery
title="Proper Fish & Chips" title="Proper Fish & Chips"
description="Done Right." description="Traditional recipes, locally sourced ingredients, and a commitment to quality that you can taste in every bite."
background={{ variant: "plain" }} background={{ variant: "sparkles-gradient" }}
leftCarouselItems={[{ imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653" }]} mediaItems={[
rightCarouselItems={[{ imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653" }]} { imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600" },
{ imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600" },
{ imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600" }
]}
mediaAnimation="slide-up"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialAboutCard <MetricSplitMediaAbout
tag="Our Story" title="The Top Table Standard"
title="Quality First" description="We refuse to cut corners. From our hand-cut potatoes to the sustainable catch of the day, our focus is on bringing you an authentic, premium experience."
description="We take pride in our process." metrics={[{ value: "15+", title: "Years Experience" }, { value: "100%", title: "Local Sourcing" }, { value: "5000+", title: "Happy Customers" }]}
subdescription="Fresh ingredients, every single day." imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600"
icon={Fish} useInvertedBackground={true}
imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653" tag="Our Heritage"
videoSrc="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
/> />
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardSixteen <FeatureCardOne
title="Why Choose Us" title="Quality You Can Trust"
description="We prioritize quality in every dish." description="Why we are the local favorite."
negativeCard={{ items: ["Frozen Fish", "Old Oil"] }} features={[
positiveCard={{ items: ["Freshly Caught", "Clean Oil"] }} { title: "Sustainable Catch", description: "Only the finest, responsibly sourced fish.", imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=400&h=300" },
{ title: "Fresh Cut Daily", description: "Potatoes prepared in-house, every morning.", imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=400&h=300" },
{ title: "Classic Technique", description: "Traditional frying methods for the perfect crunch.", imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=400&h=300" }
]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTen <TestimonialCardSixteen
title="Customer Reviews" title="Community Favorites"
description="See what locals say." description="Hear from our regular patrons about what makes Top Table a local staple."
kpiItems={[{ value: "4.9", label: "Average Rating" }, { value: "98%", label: "Return Rate" }, { value: "12k", label: "Meals Served" }]}
testimonials={[
{ id: "1", name: "Sarah Jenkins", role: "Local Resident", company: "City News", rating: 5, imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=100&h=100" }
]}
animationType="blur-reveal"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={true}
testimonials={[{ id: "1", title: "Excellent", quote: "Best fish in town!", name: "John Doe", role: "Local" }]}
/> />
</div> </div>
<div id="visit" data-section="visit"> <div id="visit" data-section="visit">
<ContactCTA <ContactSplitForm
tag="Visit Us" title="Get in Touch"
title="Ready for a bite?" description="Have a special order or feedback? We'd love to hear from you."
description="Visit our store today." inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]}
buttons={[{ text: "Get Directions", href: "#" }]} textarea={{ name: "message", placeholder: "How can we help?" }}
background={{ variant: "plain" }} imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterMedia
logoText="Top Table" logoText="Top Table"
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]} imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600"
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }] }]}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>