22 Commits

Author SHA1 Message Date
bb18d1b28a Update src/app/page.tsx 2026-03-05 00:45:06 +00:00
f6f7c5b031 Update src/app/contact/page.tsx 2026-03-05 00:33:53 +00:00
094ea893bc Update src/app/page.tsx 2026-03-04 23:58:52 +00:00
dd118ff995 Update theme colors 2026-03-04 23:55:11 +00:00
d064a3c8d5 Update theme colors 2026-03-04 23:54:23 +00:00
b82f68d0dd Update src/app/terms/page.tsx 2026-03-04 23:44:50 +00:00
3474894f0e Update src/app/privacy/page.tsx 2026-03-04 23:44:49 +00:00
173822fa25 Update src/app/page.tsx 2026-03-04 23:44:49 +00:00
5291be8e08 Update src/app/menu/page.tsx 2026-03-04 23:44:49 +00:00
f42cd7f6e4 Update src/app/contact/page.tsx 2026-03-04 23:44:48 +00:00
84cc34c8da Update src/app/terms/page.tsx 2026-03-04 23:42:50 +00:00
7d4e708bae Update src/app/privacy/page.tsx 2026-03-04 23:42:49 +00:00
c09f474319 Update src/app/page.tsx 2026-03-04 23:42:49 +00:00
bb46dcdb82 Update src/app/menu/page.tsx 2026-03-04 23:42:49 +00:00
6676f0b567 Update src/app/contact/page.tsx 2026-03-04 23:42:48 +00:00
b76c6e6037 Update src/app/terms/page.tsx 2026-03-04 23:40:54 +00:00
08cd4045ea Update src/app/privacy/page.tsx 2026-03-04 23:40:54 +00:00
c9f7ad859d Update src/app/page.tsx 2026-03-04 23:40:54 +00:00
91e06be8dc Update src/app/menu/page.tsx 2026-03-04 23:40:53 +00:00
1ebc977a8a Update src/app/layout.tsx 2026-03-04 23:40:53 +00:00
de2bc37d00 Update src/app/contact/page.tsx 2026-03-04 23:40:52 +00:00
c62318008d Merge version_2 into main
Merge version_2 into main
2026-03-04 23:34:19 +00:00
5 changed files with 13 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ export default function ContactPage() {
<div id="hero" data-section="hero">
<HeroCentered
title="Contact Us"
description="Visit Wally World Mini Mart in Decatur, AL. We're conveniently located at Point Mallard with great hours to fit your schedule. Call or stop by anytime!"
description="Visit Wally World Mini Mart in Decatur, AL. We're conveniently located at Point Mallard Drive with great hours to fit your schedule. Call or stop by anytime!"
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/store-front-view_23-2150852986.jpg", alt: "Wally World storefront" }
@@ -104,7 +104,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-customer-service-representative-helping-customer_23-2148901253.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUPFeXeNhOvgNu3GVJNslyj7RT/uploaded-1772670671558-2sdnmytm.png"
imageAlt="Friendly customer service at Wally World"
mediaAnimation="slide-up"
mediaPosition="right"

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

@@ -44,7 +44,7 @@ export default function LandingPage() {
description="Your favorite local stop for quality & convenience. Best burgers, friendly service, and everything you need. Stop by Wally World Mini Mart for fresh food, great prices, premium fuel services, and a welcoming smile. Open daily until 10 PM."
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/this-is-best-job-young-people_329181-2905.jpg", alt: "Friendly staff" }
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUPFeXeNhOvgNu3GVJNslyj7RT/uploaded-1772667571283-4c07ut6b.png", alt: "Friendly staff" }
]}
avatarText="Trusted by Decatur since 1995 • 4.7★ Rating (23 reviews)"
buttons={[

View File

@@ -13,12 +13,12 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -132,7 +132,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" }
]
},
{