Update src/app/page.tsx
This commit is contained in:
128
src/app/page.tsx
128
src/app/page.tsx
@@ -1,6 +1,6 @@
|
|||||||
'use client';
|
"use client";
|
||||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
|
||||||
import Link from 'next/link';
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
@@ -8,87 +8,93 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
|
import { Sparkles, Fish, ShieldCheck, Star } from "lucide-react";
|
||||||
|
|
||||||
const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Contact', id: '/contact' }];
|
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="Webild" />
|
<NavbarStyleCentered navItems={navItems} brandName="Top Table" />
|
||||||
</div>
|
</div>
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
title="Welcome to Webild"
|
title="Proper Fish & Chips"
|
||||||
description="Building the future of digital experiences."
|
description="Traditional recipes, locally sourced ingredients, and a commitment to quality that you can taste in every bite."
|
||||||
background={{ variant: 'gradient-bars' }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=800' },
|
{ imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600" },
|
||||||
{ imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=800' },
|
{ imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600" },
|
||||||
{ imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=800' }
|
{ imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600" }
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Explore Menu" }, { text: "Visit Us" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
title="Our Impact"
|
title="The Top Table Standard"
|
||||||
description="Driving results through innovation."
|
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."
|
||||||
metrics={[{ value: '10+', title: 'Years' }, { value: '500+', title: 'Projects' }]}
|
metrics={[{ value: "15+", title: "Years Experience" }, { value: "100%", title: "Local Sourcing" }, { value: "5000+", title: "Happy Customers" }]}
|
||||||
useInvertedBackground={false}
|
imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600"
|
||||||
|
useInvertedBackground={true}
|
||||||
|
tag="Our Heritage"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
title="Core Features"
|
title="Quality You Can Trust"
|
||||||
description="Everything you need to succeed."
|
description="Why we are the local favorite."
|
||||||
animationType="slide-up"
|
features={[
|
||||||
textboxLayout="default"
|
{ title: "Sustainable Catch", description: "Only the finest, responsibly sourced fish.", imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=400&h=300" },
|
||||||
useInvertedBackground={false}
|
{ title: "Fresh Cut Daily", description: "Potatoes prepared in-house, every morning.", imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=400&h=300" },
|
||||||
gridVariant="uniform-all-items-equal"
|
{ title: "Classic Technique", description: "Traditional frying methods for the perfect crunch.", imageSrc: "https://images.unsplash.com/photo-1579684385327-38686e920653?w=400&h=300" }
|
||||||
features={[
|
]}
|
||||||
{ title: 'Fast', description: 'Built for speed', imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=400' },
|
animationType="slide-up"
|
||||||
{ title: 'Secure', description: 'Enterprise grade', imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=400' }
|
textboxLayout="split"
|
||||||
]}
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardSixteen
|
||||||
title="Client Voices"
|
title="Community Favorites"
|
||||||
description="Hear what our partners say."
|
description="Hear from our regular patrons about what makes Top Table a local staple."
|
||||||
useInvertedBackground={true}
|
kpiItems={[{ value: "4.9", label: "Average Rating" }, { value: "98%", label: "Return Rate" }, { value: "12k", label: "Meals Served" }]}
|
||||||
animationType="slide-up"
|
testimonials={[
|
||||||
textboxLayout="default"
|
{ 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" }
|
||||||
kpiItems={[{ value: '99%', label: 'Satisfaction' }, { value: '500+', label: 'Happy Clients' }, { value: '24/7', label: 'Support' }]}
|
]}
|
||||||
testimonials={[
|
animationType="blur-reveal"
|
||||||
{ id: '1', name: 'John Doe', role: 'CEO', company: 'TechCorp', rating: 5, imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=100' },
|
textboxLayout="split"
|
||||||
{ id: '2', name: 'Jane Smith', role: 'CTO', company: 'Innovate', rating: 5, imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=100' }
|
useInvertedBackground={true}
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="visit" data-section="visit">
|
<div id="visit" data-section="visit">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Contact Us"
|
title="Get in Touch"
|
||||||
description="Let's get in touch."
|
description="Have a special order or feedback? We'd love to hear from you."
|
||||||
inputs={[{ name: 'email', type: 'email', placeholder: 'Enter email' }, { name: 'message', type: 'text', placeholder: 'Message' }]}
|
inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]}
|
||||||
useInvertedBackground={false}
|
textarea={{ name: "message", placeholder: "How can we help?" }}
|
||||||
|
imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
logoText="Webild"
|
logoText="Top Table"
|
||||||
imageSrc="https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=800"
|
imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600"
|
||||||
columns={[{ title: 'Links', items: [{ label: 'Home', href: '/' }] }]}
|
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }] }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user