Merge version_2 into main #17
128
src/app/page.tsx
128
src/app/page.tsx
@@ -1,6 +1,6 @@
|
||||
'use client';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import Link from 'next/link';
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
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() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered navItems={navItems} brandName="Webild" />
|
||||
<NavbarStyleCentered navItems={navItems} brandName="Top Table" />
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
title="Welcome to Webild"
|
||||
description="Building the future of digital experiences."
|
||||
background={{ variant: 'gradient-bars' }}
|
||||
mediaItems={[
|
||||
{ imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=800' },
|
||||
{ imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=800' },
|
||||
{ imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=800' }
|
||||
]}
|
||||
<HeroBillboardGallery
|
||||
title="Proper Fish & Chips"
|
||||
description="Traditional recipes, locally sourced ingredients, and a commitment to quality that you can taste in every bite."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{ 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" }
|
||||
]}
|
||||
buttons={[{ text: "Explore Menu" }, { text: "Visit Us" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
title="Our Impact"
|
||||
description="Driving results through innovation."
|
||||
metrics={[{ value: '10+', title: 'Years' }, { value: '500+', title: 'Projects' }]}
|
||||
useInvertedBackground={false}
|
||||
<MetricSplitMediaAbout
|
||||
title="The Top Table Standard"
|
||||
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: "15+", title: "Years Experience" }, { value: "100%", title: "Local Sourcing" }, { value: "5000+", title: "Happy Customers" }]}
|
||||
imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600"
|
||||
useInvertedBackground={true}
|
||||
tag="Our Heritage"
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
title="Core Features"
|
||||
description="Everything you need to succeed."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
features={[
|
||||
{ title: 'Fast', description: 'Built for speed', imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=400' },
|
||||
{ title: 'Secure', description: 'Enterprise grade', imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=400' }
|
||||
]}
|
||||
<FeatureCardOne
|
||||
title="Quality You Can Trust"
|
||||
description="Why we are the local favorite."
|
||||
features={[
|
||||
{ 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"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Client Voices"
|
||||
description="Hear what our partners say."
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
kpiItems={[{ value: '99%', label: 'Satisfaction' }, { value: '500+', label: 'Happy Clients' }, { value: '24/7', label: 'Support' }]}
|
||||
testimonials={[
|
||||
{ id: '1', name: 'John Doe', role: 'CEO', company: 'TechCorp', rating: 5, imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=100' },
|
||||
{ id: '2', name: 'Jane Smith', role: 'CTO', company: 'Innovate', rating: 5, imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=100' }
|
||||
]}
|
||||
<TestimonialCardSixteen
|
||||
title="Community Favorites"
|
||||
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"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
<div id="visit" data-section="visit">
|
||||
<ContactSplitForm
|
||||
title="Contact Us"
|
||||
description="Let's get in touch."
|
||||
inputs={[{ name: 'email', type: 'email', placeholder: 'Enter email' }, { name: 'message', type: 'text', placeholder: 'Message' }]}
|
||||
useInvertedBackground={false}
|
||||
<ContactSplitForm
|
||||
title="Get in Touch"
|
||||
description="Have a special order or feedback? We'd love to hear from you."
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]}
|
||||
textarea={{ name: "message", placeholder: "How can we help?" }}
|
||||
imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="Webild"
|
||||
imageSrc="https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=800"
|
||||
columns={[{ title: 'Links', items: [{ label: 'Home', href: '/' }] }]}
|
||||
<FooterMedia
|
||||
logoText="Top Table"
|
||||
imageSrc="https://images.unsplash.com/photo-1579684385327-38686e920653?w=800&h=600"
|
||||
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user