Merge version_3 into main #6

Merged
bender merged 6 commits from version_3 into main 2026-03-04 23:40:59 +00:00
6 changed files with 13 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ export default function ContactPage() {
{ name: "Call Now", id: "tel:+12563532181" }
]}
brandName="Wally World"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUPFeXeNhOvgNu3GVJNslyj7RT/uploaded-1772667571283-4c07ut6b.png"
bottomLeftText="2505 Point Mallard Dr SE, Decatur, AL 35601"
bottomRightText="(256) 353-2181"
/>

View File

@@ -11,16 +11,19 @@ const inter = Inter({
export const metadata: Metadata = {
title: "Wally World Mini Mart | Fuel, Food & Fast Service in Decatur, AL", description: "Premium burgers, fresh food, quality fuel services, and convenient shopping. Wally World Mini Mart - your trusted local stop for fuel, food, and fast service in Decatur. Open daily until 10 PM.", keywords: "convenience store, mini mart, Decatur AL, burgers, fast food, local business, gas station, fuel, snacks, breakfast sandwiches", metadataBase: new URL("https://wallyworldminimart.com"),
alternates: {
canonical: "https://wallyworldminimart.com"},
canonical: "https://wallyworldminimart.com"
},
openGraph: {
title: "Wally World Mini Mart - Fuel, Food & Fast Service", description: "Premium burgers, fresh food, quality fuel services. Open daily until 10 PM.", url: "https://wallyworldminimart.com", siteName: "Wally World Mini Mart", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/confident-salesman-packing-food-woman-grocery-store_662251-1335.jpg", alt: "Wally World Mini Mart storefront"},
url: "http://img.b2bpic.net/free-photo/confident-salesman-packing-food-woman-grocery-store_662251-1335.jpg", alt: "Wally World Mini Mart storefront"
},
],
},
twitter: {
card: "summary_large_image", title: "Wally World Mini Mart - Fuel, Food & Fast Service", description: "Best burgers in Decatur. Fresh food. Quality fuel. Open daily until 10 PM.", images: [
"http://img.b2bpic.net/free-photo/confident-salesman-packing-food-woman-grocery-store_662251-1335.jpg"],
"http://img.b2bpic.net/free-photo/confident-salesman-packing-food-woman-grocery-store_662251-1335.jpg"
],
},
robots: {
index: true,

View File

@@ -31,6 +31,7 @@ export default function MenuPage() {
{ name: "Call Now", id: "tel:+12563532181" }
]}
brandName="Wally World"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUPFeXeNhOvgNu3GVJNslyj7RT/uploaded-1772667571283-4c07ut6b.png"
bottomLeftText="2505 Point Mallard Dr SE, Decatur, AL 35601"
bottomRightText="(256) 353-2181"
/>

View File

@@ -33,6 +33,7 @@ export default function LandingPage() {
{ name: "Call Now", id: "tel:+12563532181" }
]}
brandName="Wally World"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUPFeXeNhOvgNu3GVJNslyj7RT/uploaded-1772667571283-4c07ut6b.png"
bottomLeftText="2505 Point Mallard Dr SE, Decatur, AL 35601"
bottomRightText="(256) 353-2181"
/>

View File

@@ -28,6 +28,7 @@ export default function PrivacyPage() {
{ name: "Call Now", id: "tel:+12563532181" }
]}
brandName="Wally World"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUPFeXeNhOvgNu3GVJNslyj7RT/uploaded-1772667571283-4c07ut6b.png"
bottomLeftText="2505 Point Mallard Dr SE, Decatur, AL 35601"
bottomRightText="(256) 353-2181"
/>

View File

@@ -28,6 +28,7 @@ export default function TermsPage() {
{ name: "Call Now", id: "tel:+12563532181" }
]}
brandName="Wally World"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUPFeXeNhOvgNu3GVJNslyj7RT/uploaded-1772667571283-4c07ut6b.png"
bottomLeftText="2505 Point Mallard Dr SE, Decatur, AL 35601"
bottomRightText="(256) 353-2181"
/>
@@ -132,7 +133,8 @@ export default function TermsPage() {
{
title: "Contact", items: [
{ label: "Call Us", href: "tel:+12563532181" },
{ label: "Get Directions", href: "https://maps.google.com/?q=2505+Point+Mallard+Dr+SE+Decatur+AL+35601" }
{ label: "Get Directions", href: "https://maps.google.com/?q=2505+Point+Mallard+Dr+SE+Decatur+AL+35601" },
{ label: "Email Us", href: "mailto:info@wallyworldminimart.com" }
]
},
{