Update src/app/page.tsx
This commit is contained in:
456
src/app/page.tsx
456
src/app/page.tsx
@@ -2,17 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Truck, Users, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,455 +24,14 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Home", id: "/"}
|
||||
]}
|
||||
brandName="Two Guys Pizzeria"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "https://order.twoguyspizzeriatx.com",
|
||||
}}
|
||||
text: "Order Online", href: "https://order.twoguyspizzeriatx.com"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
imagePosition="right"
|
||||
title="Two Guys Pizzeria: Authentic Hand-Tossed Pizza in Houston"
|
||||
description="Neighborhood choice for hand-tossed pizzas with lots of toppings plus wings, subs, salads & beer. Fresh ingredients, exceptional taste, and a friendly atmosphere for over 20 years. Experience the true taste of tradition with every bite!"
|
||||
kpis={[
|
||||
{
|
||||
value: "4.2",
|
||||
label: "Star Rating (854 reviews)",
|
||||
},
|
||||
{
|
||||
value: "850+",
|
||||
label: "Happy Reviews",
|
||||
},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years Serving",
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online Now",
|
||||
href: "https://order.twoguyspizzeriatx.com",
|
||||
},
|
||||
{
|
||||
text: "Call Us: (713) 660-6262",
|
||||
href: "tel:+17136606262",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
|
||||
imageAlt="Delicious hand-tossed pizza ready to serve"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/asian-friends-couple-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1247.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19913.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-sharing-slice-pizza-while-eating-with-friends-pub_637285-8110.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/roommates-sharing-meal-together_23-2149112172.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 1000s of happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned & Operated",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Delivery",
|
||||
icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Houston's Favorite Pizzeria",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award-Winning Taste",
|
||||
icon: Award,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Experience the Taste of Tradition & Quality"
|
||||
metrics={[
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Fresh Ingredients",
|
||||
value: "Daily",
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
label: "Fast Delivery",
|
||||
value: "Available",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Friendly Staff",
|
||||
value: "Always",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "prod1",
|
||||
name: "Slice of Meat Lovers Pizza",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-dark-desk-green-tissue-pizza-dough-italian-food_140725-22689.jpg",
|
||||
imageAlt: "Slice of Meat Lovers Pizza",
|
||||
},
|
||||
{
|
||||
id: "prod2",
|
||||
name: "House Special Slice",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-food-arrangement_23-2148601660.jpg",
|
||||
imageAlt: "House Special Slice",
|
||||
},
|
||||
{
|
||||
id: "prod3",
|
||||
name: "Classic Margherita Pizza",
|
||||
price: "$20.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg",
|
||||
imageAlt: "Classic Margherita Pizza",
|
||||
},
|
||||
{
|
||||
id: "prod4",
|
||||
name: "Spicy Buffalo Wings",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boneless-mexican-chicken-dish_52683-103089.jpg",
|
||||
imageAlt: "Spicy Buffalo Wings",
|
||||
},
|
||||
{
|
||||
id: "prod5",
|
||||
name: "Fresh Garden Salad",
|
||||
price: "$9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5050.jpg",
|
||||
imageAlt: "Fresh Garden Salad",
|
||||
},
|
||||
{
|
||||
id: "prod6",
|
||||
name: "Authentic Italian Sub",
|
||||
price: "$11.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-grilled-all-beef-hot-dog-with-sides-chips-delicious-simple-hot-dogs-with-mustard-pepper-onion-nachos-hot-dogs-fully-loaded-with-assorted-toppings-paddle-board_1150-44599.jpg",
|
||||
imageAlt: "Authentic Italian Sub",
|
||||
},
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="Explore our wide selection of hand-tossed pizzas, savory wings, hearty subs, fresh salads, and ice-cold beer. Something for everyone!"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu & Order",
|
||||
href: "https://order.twoguyspizzeriatx.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Dine-In",
|
||||
title: "Enjoy Our Cozy Atmosphere",
|
||||
items: [
|
||||
"Relax with friends and family",
|
||||
"Full beverage menu available",
|
||||
"Friendly, attentive service",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Takeout",
|
||||
title: "Grab & Go with Ease",
|
||||
items: [
|
||||
"Quick order preparation",
|
||||
"Perfect for busy schedules",
|
||||
"Order ahead for pickup",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "No-Contact Delivery",
|
||||
title: "Delivered Right to Your Door",
|
||||
items: [
|
||||
"Safe and convenient",
|
||||
"Hot and fresh every time",
|
||||
"Track your order live",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
label: "Online Ordering",
|
||||
title: "Quick & Easy Online Orders",
|
||||
items: [
|
||||
"Browse our full menu online",
|
||||
"Customize your order easily",
|
||||
"Secure payment options",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Convenient Service Options"
|
||||
description="Whether you prefer dining in, taking out, or having your favorite pizza delivered, we've got you covered with flexible options to enjoy Two Guys Pizzeria."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg",
|
||||
imageAlt: "Customer Sarah J.",
|
||||
},
|
||||
{
|
||||
id: "test2",
|
||||
name: "Michael T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-23-years-old-from-france-posing-while-sitting-street-cafe-cozy-shot-elegant-lady-red-dress-with-wide-sleeves_197531-11986.jpg",
|
||||
imageAlt: "Customer Michael T.",
|
||||
},
|
||||
{
|
||||
id: "test3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-friends-eating-pizzas-outdoors_52683-100726.jpg",
|
||||
imageAlt: "Customer Emily R.",
|
||||
},
|
||||
{
|
||||
id: "test4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1725.jpg",
|
||||
imageAlt: "Customer David K.",
|
||||
},
|
||||
{
|
||||
id: "test5",
|
||||
name: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-pinky-swear_23-2148378535.jpg",
|
||||
imageAlt: "Customer Jessica L.",
|
||||
},
|
||||
{
|
||||
id: "test6",
|
||||
name: "Robert B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-thinking-what-answer-giving-opinion-about-taste-asia_197531-22361.jpg",
|
||||
imageAlt: "Customer Robert B.",
|
||||
},
|
||||
]}
|
||||
cardTitle="What Our Customers Say"
|
||||
cardTag="Trusted Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Rated 4.2 Stars (850+ Reviews)",
|
||||
"Neighborhood Choice",
|
||||
"Since 2004",
|
||||
"Houston's Best Pizza",
|
||||
"Family Owned & Operated",
|
||||
"Community Favorite",
|
||||
"Excellent Service",
|
||||
]}
|
||||
title="Award-Winning Local Favorite"
|
||||
description="Proudly serving the Houston community with top-rated pizzas and exceptional service. See why our customers love us!"
|
||||
speed={50}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We open at 10:30 AM daily. Please check our 'See more hours' link on our Google listing or call us at (713) 660-6262 for specific daily closing times and holiday schedules.",
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Yes, we have a variety of fresh vegetable toppings and can customize pizzas to be vegetarian-friendly. For specific vegan options or dietary concerns, please speak to our staff directly.",
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What kind of toppings do you have?",
|
||||
content: "We offer a wide selection including classic pepperoni, sausage, mushrooms, onions, bell peppers, olives, and specialty toppings like chicken, spinach, tomatoes, mozzarella & feta cheese, and more!",
|
||||
},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can I order online for pickup or delivery?",
|
||||
content: "Absolutely! You can place quick and easy online orders through our Menufy portal linked on our website. Choose between convenient pickup or no-contact delivery options for your fresh meal.",
|
||||
},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Do you cater for events?",
|
||||
content: "Yes, we offer catering services for events of all sizes. Please contact us directly at (713) 660-6262 to discuss your catering needs, menu customization, and to receive a personalized quote.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Find quick answers to common questions about our menu, services, and policies to make your Two Guys Pizzeria experience seamless."
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Ready for the best pizza in Houston? Call us or order online!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (713) 660-6262",
|
||||
href: "tel:+17136606262",
|
||||
},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://order.twoguyspizzeriatx.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Two Guys Pizzeria"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Pizzas",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Wings & Sides",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Salads",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Customer Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Location: 2250 W Holcombe Blvd",
|
||||
href: "https://www.google.com/maps/search/2250+W+Holcombe+Blvd,+Houston,+TX+77030",
|
||||
},
|
||||
{
|
||||
label: "Call Us: (713) 660-6262",
|
||||
href: "tel:+17136606262",
|
||||
},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "https://order.twoguyspizzeriatx.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Two Guys Pizzeria. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user