8 Commits

Author SHA1 Message Date
5a9bc41060 Switch to version 4: modified src/app/styles/variables.css 2026-05-10 19:13:16 +00:00
28ea9185d1 Merge version_5 into main
Merge version_5 into main
2026-05-10 19:13:08 +00:00
513efd57d1 Update theme colors 2026-05-10 19:13:05 +00:00
f9b8f4367b Merge version_4 into main
Merge version_4 into main
2026-05-10 19:11:44 +00:00
434103e25f Update src/app/page.tsx 2026-05-10 19:11:41 +00:00
4208ed65e4 Merge version_3 into main
Merge version_3 into main
2026-05-10 19:10:14 +00:00
a3da309a87 Update src/app/page.tsx 2026-05-10 19:10:11 +00:00
17a708ba5c Merge version_2 into main
Merge version_2 into main
2026-05-10 19:08:33 +00:00

View File

@@ -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>
);
}
}