Update src/app/page.tsx
This commit is contained in:
237
src/app/page.tsx
237
src/app/page.tsx
@@ -32,28 +32,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Pizza Junction of Whitney"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,39 +46,9 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Whitney's Best Pizza"
|
||||
description="Family-owned since 1990. Authentic, hand-tossed dough made fresh every morning. Experience the taste of tradition delivered straight to your door."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:5551234567",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235798.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Order Now", href: "#contact" }, { text: "Call Us", href: "tel:5551234567" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235798.jpg"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", alt: "Customer profile 1" }, { src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Customer profile 2" }, { src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Customer profile 3" }, { src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", alt: "Customer profile 4" }, { src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Customer profile 5" }]}
|
||||
avatarText="Join 5,000+ satisfied locals"
|
||||
/>
|
||||
</div>
|
||||
@@ -106,7 +61,7 @@ export default function LandingPage() {
|
||||
description="We use locally sourced ingredients to create the perfect slice every time. Our commitment to family and community makes us Whitney's favorite local spot."
|
||||
subdescription="Come visit us today and join our family table."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -117,30 +72,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Dough Daily",
|
||||
description: "Made from scratch every morning.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-prepared-margarita-pizza-oven-with-flame-it_613910-3398.jpg",
|
||||
imageAlt: "Italian chef is putting prepared margarita pizza to the oven with flame in it.",
|
||||
},
|
||||
{
|
||||
title: "Stone Baked",
|
||||
description: "Crispy crust, melted perfection.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235798.jpg?_wi=2",
|
||||
imageAlt: "Italian chef is putting prepared margarita pizza to the oven with flame in it.",
|
||||
},
|
||||
{
|
||||
title: "Local Ingredients",
|
||||
description: "Sourced from Whitney farms.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=2",
|
||||
imageAlt: "Italian chef is putting prepared margarita pizza to the oven with flame in it.",
|
||||
},
|
||||
{ title: "Fresh Dough Daily", description: "Made from scratch every morning.", bentoComponent: "reveal-icon", icon: Award },
|
||||
{ title: "Stone Baked", description: "Crispy crust, melted perfection.", bentoComponent: "reveal-icon", icon: Flame },
|
||||
{ title: "Local Ingredients", description: "Sourced from Whitney farms.", bentoComponent: "reveal-icon", icon: Flame },
|
||||
]}
|
||||
title="Why We're Better"
|
||||
description="Quality matters. From our dough to our sauce, we never compromise."
|
||||
@@ -151,44 +85,15 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Pepperoni",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-pizza-with-cheese-tomatoes-sausage_140725-4611.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Garden Margherita",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134247.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Veggie Delight",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3991.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "BBQ Chicken",
|
||||
price: "$16.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-topped-with-tomato_141793-1239.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Meat Lover's",
|
||||
price: "$18.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-overhead-shot-delicious-pizza-outdoor-environment_181624-28951.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Hawaiian Bliss",
|
||||
price: "$15.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza-with-pineappleham-cheese-wooden-table_123827-21077.jpg",
|
||||
},
|
||||
{ id: "1", name: "Classic Pepperoni", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-pizza-with-cheese-tomatoes-sausage_140725-4611.jpg" },
|
||||
{ id: "2", name: "Garden Margherita", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134247.jpg" },
|
||||
{ id: "3", name: "Veggie Delight", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3991.jpg" },
|
||||
{ id: "4", name: "BBQ Chicken", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/pizza-topped-with-tomato_141793-1239.jpg" },
|
||||
{ id: "5", name: "Meat Lover's", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-overhead-shot-delicious-pizza-outdoor-environment_181624-28951.jpg" },
|
||||
{ id: "6", name: "Hawaiian Bliss", price: "$15.49", imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza-with-pineappleham-cheese-wooden-table_123827-21077.jpg" },
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Explore our delicious range of pizzas."
|
||||
@@ -199,34 +104,11 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "hours",
|
||||
value: "11am - 10pm",
|
||||
title: "Open Daily",
|
||||
items: [
|
||||
"Mon-Sun",
|
||||
"Delivery & Pickup",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "location",
|
||||
value: "123 Main St",
|
||||
title: "Find Us",
|
||||
items: [
|
||||
"Whitney, TX",
|
||||
"Ample Parking",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "served",
|
||||
value: "50k+",
|
||||
title: "Pizzas Baked",
|
||||
items: [
|
||||
"Serving since 1990",
|
||||
"Trusted by locals",
|
||||
],
|
||||
},
|
||||
{ id: "hours", value: "11am - 10pm", title: "Open Daily", items: ["Mon-Sun", "Delivery & Pickup"] },
|
||||
{ id: "location", value: "123 Main St", title: "Find Us", items: ["Whitney, TX", "Ample Parking"] },
|
||||
{ id: "served", value: "50k+", title: "Pizzas Baked", items: ["Serving since 1990", "Trusted by locals"] },
|
||||
]}
|
||||
title="Operating Hours & Stats"
|
||||
description="We are open 7 days a week to serve you the best pizza."
|
||||
@@ -240,26 +122,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Jane D."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg", alt: "Customer" },
|
||||
{ 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" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", alt: "Customer" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -270,21 +137,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we offer free local delivery within 5 miles.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you have vegan options?",
|
||||
content: "We offer dairy-free cheese and vegan vegetable toppings.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I book a table?",
|
||||
content: "Yes, please call us to reserve a table for parties of 6+.",
|
||||
},
|
||||
{ id: "q1", title: "Do you deliver?", content: "Yes, we offer free local delivery within 5 miles." },
|
||||
{ id: "q2", title: "Do you have vegan options?", content: "We offer dairy-free cheese and vegan vegetable toppings." },
|
||||
{ id: "q3", title: "Can I book a table?", content: "Yes, please call us to reserve a table for parties of 6+." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -294,9 +149,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to eat?"
|
||||
description="Order online now for the fastest service in Whitney."
|
||||
@@ -307,28 +160,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "123 Main St, Whitney, TX",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "(555) 123-4567",
|
||||
href: "tel:5551234567",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Mon-Sun: 11am-10pm",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Contact", items: [{ label: "123 Main St, Whitney, TX", href: "#" }, { label: "(555) 123-4567", href: "tel:5551234567" }] },
|
||||
{ title: "Hours", items: [{ label: "Mon-Sun: 11am-10pm", href: "#" }] },
|
||||
]}
|
||||
logoText="Pizza Junction of Whitney"
|
||||
/>
|
||||
@@ -336,4 +169,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user