Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e46a752d68 | |||
| 0ab2c6f8d9 | |||
| 83d385d65a | |||
| 266437f484 | |||
| 53597611eb |
1407
src/app/layout.tsx
1407
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -161,10 +161,10 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Ready for fresh, delicious donuts? Visit us at 2225 Haltom Rd, Haltom City, TX 76117 or place your order online today. We're open early for all your donut cravings!"
|
text="Ready for fresh, delicious donuts? Visit us at 2225 Haltom Rd, Haltom City, TX 76117. Open Monday-Friday 6am-8pm, Saturday-Sunday 7am-9pm. Call (817) 555-0100 for orders or questions. Fresh donuts available for delivery and pickup!"
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Online", href: "#" },
|
{ text: "Order for Delivery", href: "#" },
|
||||||
{ text: "Get Directions", href: "#" }
|
{ text: "Get Directions", href: "#" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user