Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c534c4ffb1 | |||
| 8ccf234e0d | |||
| a8a7f6579d | |||
| d12b15fa7b | |||
| f3734b5dcf | |||
| 02aebc732b | |||
| 4a990e538c | |||
| b50a063341 | |||
| 295e7d8ab6 |
@@ -3,10 +3,10 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
@@ -49,8 +49,8 @@ export default function LandingPage() {
|
||||
description="Tony's Pizza offers a cozy, no-frills experience with the best meatball sandwiches and classic pasta in town. Fast, friendly, and budget-friendly."
|
||||
tag="4.5 Stars / 1,600+ Reviews"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza-with-copy-space_23-2148753765.jpg", imageAlt: "Fresh pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg", imageAlt: "Tony's vibe" }
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?_wi=1", imageAlt: "Classic Pizza" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1604382354936-07c5d9983bd3?_wi=1", imageAlt: "House Pasta" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -78,9 +78,9 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Tony's", name: "Classic Pizza", price: "$12", rating: 5, reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg" },
|
||||
{ id: "p2", brand: "Tony's", name: "House Pasta", price: "$15", rating: 4, reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-macaroni-with-tomato-chili-pepper-seeds-basil-white-dish_1150-22159.jpg" },
|
||||
{ id: "p3", brand: "Tony's", name: "Meatball Sub", price: "$10", rating: 5, reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mini-burgers-with-beef-patty-cheese-salad-french-fries-table_141793-5017.jpg" }
|
||||
{ id: "p1", brand: "Tony's", name: "Classic Pizza", price: "$12", rating: 5, reviewCount: "500+", imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?_wi=2" },
|
||||
{ id: "p2", brand: "Tony's", name: "House Pasta", price: "$15", rating: 4, reviewCount: "300+", imageSrc: "https://images.unsplash.com/photo-1604382354936-07c5d9983bd3?_wi=2" },
|
||||
{ id: "p3", brand: "Tony's", name: "Meatball Sub", price: "$10", rating: 5, reviewCount: "800+", imageSrc: "https://images.unsplash.com/photo-1574126154517-d1e0d89ef734?_wi=1" }
|
||||
]}
|
||||
title="Our Classics"
|
||||
description="Made with care, served fast. From our ovens to your table."
|
||||
@@ -94,9 +94,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Hand-Crafted Ingredients", description: "Fresh dough and quality toppings every single day.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg", imageAlt: "Ingredients" },
|
||||
{ title: "Lightning Fast Service", description: "We know you're hungry, and we're ready to serve.", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728025.jpg", imageAlt: "Service" },
|
||||
{ title: "Warm, Homey Vibe", description: "Relax in a space that feels just like family.", imageSrc: "http://img.b2bpic.net/free-photo/serving-table-young-woman-swhite-shirt-putting-plates-table_259150-59713.jpg", imageAlt: "Vibe" }
|
||||
{ title: "Hand-Crafted Ingredients", description: "Fresh dough and quality toppings every single day.", imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?_wi=3" },
|
||||
{ title: "Lightning Fast Service", description: "We know you're hungry, and we're ready to serve.", imageSrc: "https://images.unsplash.com/photo-1574126154517-d1e0d89ef734?_wi=2" },
|
||||
{ title: "Warm, Homey Vibe", description: "Relax in a space that feels just like family.", imageSrc: "https://images.unsplash.com/photo-1517248135467-4c7edcad34c4" }
|
||||
]}
|
||||
title="What Makes Us Special"
|
||||
description="We keep things simple because you deserve great food without the fuss."
|
||||
@@ -118,8 +118,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", date: "Jan 2024", title: "The Best Meatball Sub", quote: "Always my go-to for a quick lunch.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg" },
|
||||
{ id: "t2", name: "Mike R.", date: "Dec 2023", title: "Reliable Spot", quote: "Fast service, great pizza. Love the vibe.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-drinking-milk-shake-cocktail-blue-skirt-red-shirt-wearing-sunglasses-having-fun-cheerful-mood_285396-10399.jpg" }
|
||||
{ id: "t1", name: "Sarah J.", date: "Jan 2024", title: "The Best Meatball Sub", quote: "Always my go-to for a quick lunch.", tag: "Regular", avatarSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb" },
|
||||
{ id: "t2", name: "Mike R.", date: "Dec 2023", title: "Reliable Spot", quote: "Fast service, great pizza. Love the vibe.", tag: "Local", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d" }
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Hear from the locals who keep us running."
|
||||
@@ -127,9 +127,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you deliver?", content: "No, we offer dine-in and takeout service only." },
|
||||
{ id: "f2", title: "What are your hours?", content: "We close fairly early at 8 PM, so plan your dinner visit accordingly!" }
|
||||
@@ -137,28 +135,30 @@ export default function LandingPage() {
|
||||
title="Common Questions"
|
||||
description="Find everything you need to know about your next visit."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
title="Visit Us Today!"
|
||||
description="Swing by for the best pizza in Ogden. We're open until 8 PM."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Your email for updates"
|
||||
useInvertedBackground={false}
|
||||
buttonText="Get Notified"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterBaseCard
|
||||
logoText="Tony's Pizza Ogden"
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Pizzas", href: "#" }, { label: "Pasta", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user