Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a9bc41060 | |||
| 28ea9185d1 | |||
| 513efd57d1 | |||
| f9b8f4367b | |||
| 434103e25f | |||
| 4208ed65e4 | |||
| a3da309a87 | |||
| 17a708ba5c |
@@ -39,6 +39,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Pizza Junction of Whitney"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
className="text-white"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,7 +49,7 @@ export default function LandingPage() {
|
||||
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: "#products" }, { 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" }]}
|
||||
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/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>
|
||||
@@ -98,8 +99,8 @@ export default function LandingPage() {
|
||||
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: "hours", value: "11am - 9pm", title: "Open Daily", items: ["Mon-Sun", "Delivery & Pickup"] },
|
||||
{ id: "location", value: "100 North Brazos Street", title: "Find Us", items: ["Whitney, TX 76692", "Ample Parking"] },
|
||||
{ id: "served", value: "50k+", title: "Pizzas Baked", items: ["Serving since 1990", "Trusted by locals"] },
|
||||
]}
|
||||
title="Operating Hours & Stats"
|
||||
@@ -144,7 +145,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to eat?"
|
||||
description="Order online now for the fastest service in Whitney."
|
||||
description="Order online now for the fastest service in Whitney. Find us at 100 North Brazos Street, Whitney TX 76692. Open 11:00 AM - 9:00 PM Monday through Sunday."
|
||||
buttonText="View Menu"
|
||||
/>
|
||||
</div>
|
||||
@@ -152,8 +153,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: "100 North Brazos Street, Whitney, TX 76692", href: "#" }, { label: "(555) 123-4567", href: "tel:5551234567" }] },
|
||||
{ title: "Hours", items: [{ label: "Mon-Sun: 11am-9pm", href: "#" }] },
|
||||
]}
|
||||
logoText="Pizza Junction of Whitney"
|
||||
/>
|
||||
@@ -161,4 +162,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user