Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-04 23:34:19 +00:00
6 changed files with 652 additions and 41 deletions

157
src/app/contact/page.tsx Normal file
View File

@@ -0,0 +1,157 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="aurora"
cardStyle="solid"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "#about" },
{ name: "Menu", id: "/menu" },
{ name: "Services", id: "#services" },
{ name: "Call Now", id: "tel:+12563532181" }
]}
brandName="Wally World"
bottomLeftText="2505 Point Mallard Dr SE, Decatur, AL 35601"
bottomRightText="(256) 353-2181"
/>
</div>
<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!"
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/store-front-view_23-2150852986.jpg", alt: "Wally World storefront" }
]}
avatarText="Open daily 5:30 AM - 10 PM • (256) 353-2181"
buttons={[
{ text: "Call Now", href: "tel:+12563532181" },
{ text: "Get Directions", href: "https://maps.google.com/?q=2505+Point+Mallard+Dr+SE+Decatur+AL+35601" }
]}
buttonAnimation="slide-up"
ariaLabel="Contact page hero section"
/>
</div>
<div id="contact-info" data-section="contact-info">
<FeatureCardTwelve
features={[
{
id: "address", label: "Location", title: "Our Address", items: ["2505 Point Mallard Dr SE", "Decatur, AL 35601", "Convenient location near Point Mallard Park", "Easy access from Highway 31"],
buttons: [{ text: "Get Directions", href: "https://maps.google.com/?q=2505+Point+Mallard+Dr+SE+Decatur+AL+35601" }]
},
{
id: "phone", label: "Phone", title: "Call Us Anytime", items: ["(256) 353-2181", "Monday - Sunday", "5:30 AM - 10 PM", "Quick order placement & inquiries"],
buttons: [{ text: "Call Now", href: "tel:+12563532181" }]
},
{
id: "hours", label: "Hours", title: "Business Hours", items: ["Monday - Sunday: 5:30 AM - 10 PM", "Open 7 days a week", "Call for holiday hours", "Breakfast served from opening"],
buttons: [{ text: "Contact Us", href: "#form" }]
}
]}
animationType="slide-up"
title="Contact Information"
description="Here's everything you need to find us and get in touch. We're here to serve you 7 days a week!"
textboxLayout="default"
useInvertedBackground={false}
tag="Contact Details"
tagAnimation="slide-up"
ariaLabel="Contact information section"
/>
</div>
<div id="map" data-section="map" style={{ padding: "60px 20px", backgroundColor: "var(--background)" }}>
<div style={{ maxWidth: "900px", margin: "0 auto" }}>
<h2 style={{ fontSize: "2rem", marginBottom: "30px", textAlign: "center", color: "var(--foreground)" }}>Find Us On The Map</h2>
<iframe
width="100%"
height="450"
style={{ border: "1px solid var(--accent)", borderRadius: "8px" }}
loading="lazy"
allowFullScreen
referrerPolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3270.7658634567034!2d-86.99425892346842!3d34.56527787106558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8862eb8e5f2d6b85%3A0x1234567890abcdef!2s2505%20Point%20Mallard%20Dr%20SE%2C%20Decatur%2C%20AL%2035601!5e0!3m2!1sen!2sus!4v1234567890"
></iframe>
</div>
</div>
<div id="form" data-section="form">
<ContactSplit
tag="Get In Touch"
title="Send Us A Message"
description="Have questions about our menu, hours, or services? Fill out the form below and we'll get back to you soon. Or call us directly at (256) 353-2181."
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-customer-service-representative-helping-customer_23-2148901253.jpg"
imageAlt="Friendly customer service at Wally World"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Your email address"
buttonText="Send Message"
termsText="We respect your privacy. We'll respond to your message within 24 hours during business hours."
ariaLabel="Contact form section"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/#about" },
{ label: "Menu", href: "/menu" },
{ label: "Services", href: "/#services" }
]
},
{
title: "Hours", items: [
{ label: "Mon-Sun: Open 5:30 AM", href: "#" },
{ label: "Closes 10 PM", href: "#" },
{ label: "Call for holidays", href: "tel:+12563532181" }
]
},
{
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: "Email Us", href: "mailto:info@wallyworldminimart.com" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }
]
}
]}
bottomLeftText="© 2025 Wally World Mini Mart. All rights reserved."
bottomRightText="2505 Point Mallard Dr SE, Decatur, AL 35601"
ariaLabel="Site footer"
/>
</div>
</ThemeProvider>
);
}

View File

@@ -1,36 +1,26 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Wally World Mini Mart | Local Convenience Store in Decatur, AL", description: "Best burgers, friendly service & convenience in Decatur. Fresh food, quality snacks, gas, and more. Visit Wally World Mini Mart today. Open daily until 10 PM.", keywords: "convenience store, mini mart, Decatur AL, burgers, fast food, local business, gas station, snacks", metadataBase: new URL("https://wallyworldminimart.com"),
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"},
openGraph: {
title: "Wally World Mini Mart - Your Local Favorite", description: "Premium burgers, friendly service, and everything you need. Open daily until 10 PM.", url: "https://wallyworldminimart.com", siteName: "Wally World Mini Mart", type: "website", images: [
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"},
],
},
twitter: {
card: "summary_large_image", title: "Wally World Mini Mart - Quality & Convenience", description: "Best burgers in Decatur. Friendly service. Open daily until 10 PM.", images: ["http://img.b2bpic.net/free-photo/confident-salesman-packing-food-woman-grocery-store_662251-1335.jpg"],
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"],
},
robots: {
index: true,
@@ -46,9 +36,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<body className={`${inter.variable} antialiased`}>
<Tag />
{children}

169
src/app/menu/page.tsx Normal file
View File

@@ -0,0 +1,169 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function MenuPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="aurora"
cardStyle="solid"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Contact", id: "/contact" },
{ name: "Call Now", id: "tel:+12563532181" }
]}
brandName="Wally World"
bottomLeftText="2505 Point Mallard Dr SE, Decatur, AL 35601"
bottomRightText="(256) 353-2181"
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
title="Our Menu"
description="Fresh, delicious food made with quality ingredients. From breakfast sandwiches to juicy burgers and refreshing drinks, we have something for everyone."
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-delicious-burger_23-2150857906.jpg", alt: "Wally World burgers" }
]}
avatarText="Quality food, competitive prices, fast service"
buttons={[
{ text: "Call to Order", href: "tel:+12563532181" },
{ text: "Get Directions", href: "https://maps.google.com/?q=2505+Point+Mallard+Dr+SE+Decatur+AL+35601" }
]}
buttonAnimation="slide-up"
ariaLabel="Menu page hero section"
/>
</div>
<div id="breakfast" data-section="breakfast">
<FeatureCardTwelve
features={[
{
id: "breakfast-sandwiches", label: "Breakfast", title: "Breakfast Sandwiches", items: ["Bacon & Egg Sandwich - $4.95", "Sausage & Egg Sandwich - $4.95", "Cheese & Egg Sandwich - $4.25", "Breakfast Burrito - $5.95"],
buttons: [{ text: "Order Now", href: "tel:+12563532181" }]
},
{
id: "popular-burgers", label: "Burgers", title: "Popular Burgers", items: ["Classic Cheeseburger - $5.50", "Double Burger - $7.95", "Bacon Cheeseburger - $6.50", "Premium BLT Burger - $6.95"],
buttons: [{ text: "Order Now", href: "tel:+12563532181" }]
},
{
id: "drinks-snacks", label: "Drinks & More", title: "Drinks & Snacks", items: ["Soft Drinks - $1.50 to $3.00", "Coffee & Tea - $1.75 to $2.50", "Bottled Water - $1.25", "Snack Selection - $1.00 to $4.95"],
buttons: [{ text: "Order Now", href: "tel:+12563532181" }]
}
]}
animationType="slide-up"
title="What's On The Menu"
description="Fresh food prepared with care. Every item is made with quality ingredients at prices you can afford."
textboxLayout="default"
useInvertedBackground={false}
tag="Our Menu"
tagAnimation="slide-up"
ariaLabel="Menu items section"
/>
</div>
<div id="specials" data-section="specials">
<FeatureCardTwelve
features={[
{
id: "monthly-special-1", label: "This Month", title: "February Special: Buy 2 Get 1 Free", items: ["Valid on selected items", "Breakfast sandwiches excluded", "While supplies last", "Limit one coupon per visit"],
buttons: [{ text: "Learn More", href: "tel:+12563532181" }]
},
{
id: "monthly-special-2", label: "Weekly Deal", title: "Tuesday Burger Special", items: ["Any burger for $4.99", "Every Tuesday only", "Dine-in or carryout", "Can't be combined with other offers"],
buttons: [{ text: "Order Now", href: "tel:+12563532181" }]
},
{
id: "loyalty-rewards", label: "Rewards", title: "Join Our Loyalty Program", items: ["Earn points on every purchase", "Every 10 purchases = Free meal", "Exclusive member specials", "Birthday bonus points"],
buttons: [{ text: "Sign Up", href: "#contact" }]
}
]}
animationType="slide-up"
title="Monthly Specials & Promotions"
description="Check back often for new deals and exclusive offers. Subscribe to our email list to get notified about special promotions."
textboxLayout="default"
useInvertedBackground={false}
tag="Specials"
tagAnimation="slide-up"
ariaLabel="Specials and promotions section"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Email Deals List"
title="Get Exclusive Deals"
description="Subscribe to our email list and be the first to know about special offers, promotions, and new menu items."
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-burger_23-2150857906.jpg"
imageAlt="Wally World special offers"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Join Our List"
termsText="We respect your privacy. Unsubscribe anytime. We'll send you exclusive deals and updates about our menu."
ariaLabel="Email signup section"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/#about" },
{ label: "Services", href: "/#services" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Hours", items: [
{ label: "Mon-Sun: Open 5:30 AM", href: "#" },
{ label: "Closes 10 PM", href: "#" },
{ label: "Call for holidays", href: "tel:+12563532181" }
]
},
{
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: "Email Us", href: "mailto:info@wallyworldminimart.com" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }
]
}
]}
bottomLeftText="© 2025 Wally World Mini Mart. All rights reserved."
bottomRightText="2505 Point Mallard Dr SE, Decatur, AL 35601"
ariaLabel="Site footer"
/>
</div>
</ThemeProvider>
);
}

View File

@@ -27,9 +27,9 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "About", id: "about" },
{ name: "Menu", id: "/menu" },
{ name: "Services", id: "services" },
{ name: "Hours", id: "hours" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
{ name: "Call Now", id: "tel:+12563532181" }
]}
brandName="Wally World"
@@ -40,8 +40,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
title="Your Favorite Local Stop for Quality & Convenience"
description="Best burgers, friendly service, and everything you need. Stop by Wally World Mini Mart for fresh food, great prices, and a welcoming smile. Open daily until 10 PM."
title="Fuel • Food • Fast Service"
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" }
@@ -62,8 +62,8 @@ export default function LandingPage() {
title="Premium Local Service with a Personal Touch. We treat every customer like family."
useInvertedBackground={false}
buttons={[
{ text: "Visit Us Today", href: "#contact" },
{ text: "Learn More", href: "#services" }
{ text: "Visit Us Today", href: "tel:+12563532181" },
{ text: "View Menu", href: "/menu" }
]}
buttonAnimation="slide-up"
ariaLabel="About section"
@@ -74,16 +74,16 @@ export default function LandingPage() {
<FeatureCardTwelve
features={[
{
id: "quality-food", label: "Premium", title: "Homemade Quality Burgers & Fresh Food", items: ["Best BLTs in town", "Fresh daily preparation", "Reasonable prices", "No compromises on taste"],
buttons: [{ text: "Order Now", href: "tel:+12563532181" }]
},
{
id: "fast-service", label: "Quick", title: "Fast & Friendly Customer Service", items: ["Experienced team members", "Quick order fulfillment", "Warm & welcoming staff", "Always happy to help"],
buttons: [{ text: "Call Us", href: "tel:+12563532181" }]
},
{
id: "full-selection", label: "Complete", title: "Full Selection of Convenience Items", items: ["Gasoline & fuel options", "Snacks & beverages", "Daily essentials", "Everything in one stop"],
id: "quality-fuel", label: "Premium Fuel", title: "Quality Fuel Services", items: ["Regular Gasoline", "Non-Ethanol Options", "Competitive Pricing", "Quick & Convenient"],
buttons: [{ text: "Get Directions", href: "https://maps.google.com/?q=2505+Point+Mallard+Dr+SE+Decatur+AL+35601" }]
},
{
id: "quality-food", label: "Premium Food", title: "Homemade Quality Burgers & Fresh Food", items: ["Best BLTs in town", "Fresh daily preparation", "Reasonable prices", "No compromises on taste"],
buttons: [{ text: "View Menu", href: "/menu" }]
},
{
id: "fast-service", label: "Quick Service", title: "Fast & Friendly Customer Service", items: ["Experienced team members", "Quick order fulfillment", "Warm & welcoming staff", "Always happy to help"],
buttons: [{ text: "Call Us", href: "tel:+12563532181" }]
}
]}
animationType="slide-up"
@@ -146,9 +146,9 @@ export default function LandingPage() {
imageAlt="Wally World Mini Mart location"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email for updates"
inputPlaceholder="Enter your email for deals"
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe anytime."
termsText="We respect your privacy. Unsubscribe anytime. Get updates on specials and promotions."
ariaLabel="Contact section"
/>
</div>
@@ -158,15 +158,15 @@ export default function LandingPage() {
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "#" },
{ label: "Home", href: "/" },
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "#contact" }
{ label: "Menu", href: "/menu" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Hours", items: [
{ label: "Mon-Sun: Open", href: "#" },
{ label: "Mon-Sun: Open 5:30 AM", href: "#" },
{ label: "Closes 10 PM", href: "#" },
{ label: "Call for holidays", href: "tel:+12563532181" }
]
@@ -175,13 +175,13 @@ export default function LandingPage() {
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: "Email", href: "#" }
{ label: "Email Us", href: "mailto:info@wallyworldminimart.com" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }
]
}
]}

145
src/app/privacy/page.tsx Normal file
View File

@@ -0,0 +1,145 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import LegalSection from '@/components/legal/LegalSection';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function PrivacyPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="aurora"
cardStyle="solid"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Contact", id: "/contact" },
{ name: "Call Now", id: "tel:+12563532181" }
]}
brandName="Wally World"
bottomLeftText="2505 Point Mallard Dr SE, Decatur, AL 35601"
bottomRightText="(256) 353-2181"
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="page"
title="Privacy Policy"
subtitle="Last updated: January 2025"
sections={[
{
heading: "1. Introduction", content: [
{
type: "paragraph", text: "At Wally World Mini Mart, we are committed to protecting your privacy and ensuring you have a positive experience on our website and at our location. This Privacy Policy explains how we collect, use, and protect your information."
}
]
},
{
heading: "2. Information We Collect", content: [
{
type: "paragraph", text: "We collect information that you voluntarily provide to us, such as:"
},
{
type: "list", items: [
"Email addresses for our newsletter and special offers", "Phone numbers for customer inquiries and orders", "Names for order purposes", "Feedback and testimonials"
]
}
]
},
{
heading: "3. How We Use Your Information", content: [
{
type: "paragraph", text: "We use the information we collect to:"
},
{
type: "list", items: [
"Send you promotional emails and special offers", "Process your orders and phone inquiries", "Respond to customer service requests", "Improve our website and services", "Comply with applicable laws and regulations"
]
}
]
},
{
heading: "4. Data Protection", content: [
{
type: "paragraph", text: "We implement appropriate security measures to protect your personal information from unauthorized access, alteration, disclosure, or destruction. However, no internet transmission is completely secure."
}
]
},
{
heading: "5. Your Privacy Rights", content: [
{
type: "paragraph", text: "You have the right to:"
},
{
type: "list", items: [
"Access your personal information", "Request correction of inaccurate data", "Request deletion of your information", "Opt-out of marketing communications", "Request a copy of your data"
]
}
]
},
{
heading: "6. Contact Us", content: [
{
type: "paragraph", text: "If you have questions about our Privacy Policy or your personal information, please contact us at:"
},
{
type: "list", items: [
"Phone: (256) 353-2181", "Email: info@wallyworldminimart.com", "Address: 2505 Point Mallard Dr SE, Decatur, AL 35601"
]
}
]
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Hours", items: [
{ label: "Mon-Sun: Open 5:30 AM", href: "#" },
{ label: "Closes 10 PM", href: "#" },
{ label: "Call for holidays", href: "tel:+12563532181" }
]
},
{
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" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }
]
}
]}
bottomLeftText="© 2025 Wally World Mini Mart. All rights reserved."
bottomRightText="2505 Point Mallard Dr SE, Decatur, AL 35601"
ariaLabel="Site footer"
/>
</div>
</ThemeProvider>
);
}

152
src/app/terms/page.tsx Normal file
View File

@@ -0,0 +1,152 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import LegalSection from '@/components/legal/LegalSection';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function TermsPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="aurora"
cardStyle="solid"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Contact", id: "/contact" },
{ name: "Call Now", id: "tel:+12563532181" }
]}
brandName="Wally World"
bottomLeftText="2505 Point Mallard Dr SE, Decatur, AL 35601"
bottomRightText="(256) 353-2181"
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="page"
title="Terms of Service"
subtitle="Last updated: January 2025"
sections={[
{
heading: "1. Acceptance of Terms", content: [
{
type: "paragraph", text: "By accessing and using the Wally World Mini Mart website and services, you accept and agree to be bound by the terms and provision of this agreement. If you do not agree to abide by the above, please do not use this service."
}
]
},
{
heading: "2. Use of Service", content: [
{
type: "paragraph", text: "You agree to use the website and services only for lawful purposes and in a way that does not infringe upon the rights of others or restrict their use and enjoyment of the website and services."
},
{
type: "paragraph", text: "Prohibited behavior includes:"
},
{
type: "list", items: [
"Harassing or causing distress or inconvenience to any person", "Transmitting obscene or offensive content", "Disrupting the normal flow of dialogue", "Attempting to gain unauthorized access", "Making false or misleading statements"
]
}
]
},
{
heading: "3. Disclaimer of Warranty", content: [
{
type: "paragraph", text: "The website and services are provided on an 'as is' basis without warranties of any kind, either express or implied. Wally World Mini Mart disclaims all warranties including, but not limited to, implied warranties of merchantability and fitness for a particular purpose."
}
]
},
{
heading: "4. Limitation of Liability", content: [
{
type: "paragraph", text: "In no event shall Wally World Mini Mart be liable for any indirect, incidental, special, consequential, or punitive damages resulting from any use of, or inability to use, the website or services."
}
]
},
{
heading: "5. Third-Party Links", content: [
{
type: "paragraph", text: "Our website may contain links to third-party websites. We are not responsible for the content, accuracy, or practices of these external sites. Your use of third-party websites is at your own risk and subject to their terms and conditions."
}
]
},
{
heading: "6. Modifications to Terms", content: [
{
type: "paragraph", text: "Wally World Mini Mart reserves the right to modify these terms and conditions at any time. Changes will be effective immediately upon posting to the website. Your continued use of the website and services constitutes acceptance of modified terms."
}
]
},
{
heading: "7. Governing Law", content: [
{
type: "paragraph", text: "These terms and conditions are governed by and construed in accordance with the laws of the State of Alabama, and you irrevocably submit to the exclusive jurisdiction of the courts in that location."
}
]
},
{
heading: "8. Contact Us", content: [
{
type: "paragraph", text: "If you have any questions about these Terms of Service, please contact us:"
},
{
type: "list", items: [
"Phone: (256) 353-2181", "Email: info@wallyworldminimart.com", "Address: 2505 Point Mallard Dr SE, Decatur, AL 35601"
]
}
]
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Hours", items: [
{ label: "Mon-Sun: Open 5:30 AM", href: "#" },
{ label: "Closes 10 PM", href: "#" },
{ label: "Call for holidays", href: "tel:+12563532181" }
]
},
{
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" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }
]
}
]}
bottomLeftText="© 2025 Wally World Mini Mart. All rights reserved."
bottomRightText="2505 Point Mallard Dr SE, Decatur, AL 35601"
ariaLabel="Site footer"
/>
</div>
</ThemeProvider>
);
}