Merge version_1 into main #2
117
src/app/page.tsx
117
src/app/page.tsx
@@ -21,8 +21,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (404) 623-7945", href: "tel:+14046237945" },
|
||||
{ label: "Address: 1359 Park Brooke Cir SW, Marietta, GA 30008", href: "https://maps.google.com/?q=1359+Park+Brooke+Cir+SW+Marietta+GA+30008" },
|
||||
{ label: "Service Area: Marietta, Acworth, Canton, Cobb County", href: "/services" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{ label: "Furniture Delivery", href: "/services" },
|
||||
{ label: "Marketplace Pickup", href: "/services" },
|
||||
{ label: "Same-Day Service", href: "/services" },
|
||||
@@ -52,115 +49,67 @@ export default function HomePage() {
|
||||
|
||||
const testimonials = [
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah M.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Picked up within an hour. Fair prices and very professional. Exactly what I needed for my Facebook Marketplace purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "Sarah M., satisfied customer",
|
||||
icon: ThumbsUp,
|
||||
id: "1", name: "Sarah M.", role: "Homeowner", testimonial: "Picked up within an hour. Fair prices and very professional. Exactly what I needed for my Facebook Marketplace purchase.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah M., satisfied customer", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James T.",
|
||||
role: "Retired",
|
||||
testimonial: "I feel safe with him. Respectful, professional, and reliable. This is the kind of service our community deserves.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
|
||||
imageAlt: "James T., senior customer",
|
||||
icon: Heart,
|
||||
id: "2", name: "James T.", role: "Retired", testimonial: "I feel safe with him. Respectful, professional, and reliable. This is the kind of service our community deserves.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James T., senior customer", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda K.",
|
||||
role: "Senior",
|
||||
testimonial: "Prices are fair and he went above and beyond. Went the extra mile to place furniture exactly where I wanted it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-front-isolated-white-wall_141793-94404.jpg?_wi=1",
|
||||
imageAlt: "Linda K., satisfied senior",
|
||||
icon: Star,
|
||||
id: "3", name: "Linda K.", role: "Senior", testimonial: "Prices are fair and he went above and beyond. Went the extra mile to place furniture exactly where I wanted it.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-front-isolated-white-wall_141793-94404.jpg", imageAlt: "Linda K., satisfied senior", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael R.",
|
||||
role: "Professional",
|
||||
testimonial: "Quick response, fast pickup, and well worth the money. Will definitely use again for future deliveries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Michael R., business customer",
|
||||
icon: CheckCircle,
|
||||
id: "4", name: "Michael R.", role: "Professional", testimonial: "Quick response, fast pickup, and well worth the money. Will definitely use again for future deliveries.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael R., business customer", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Patricia L.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Answers the phone quickly and delivers on his promises. A refreshing change from bigger services. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
|
||||
imageAlt: "Patricia L., customer",
|
||||
icon: Award,
|
||||
id: "5", name: "Patricia L.", role: "Homeowner", testimonial: "Answers the phone quickly and delivers on his promises. A refreshing change from bigger services. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Patricia L., customer", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert C.",
|
||||
role: "Senior",
|
||||
testimonial: "Professional, safe, and trustworthy. Used for multiple deliveries. Consistent quality service every single time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3",
|
||||
imageAlt: "Robert C., loyal customer",
|
||||
icon: Smile,
|
||||
id: "6", name: "Robert C.", role: "Senior", testimonial: "Professional, safe, and trustworthy. Used for multiple deliveries. Consistent quality service every single time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert C., loyal customer", icon: Smile,
|
||||
},
|
||||
];
|
||||
|
||||
const features = [
|
||||
{
|
||||
title: "5.0-Star Rated",
|
||||
description: "Trusted by 62+ satisfied customers. Safe, respectful, and professional service every time.",
|
||||
icon: Star,
|
||||
title: "5.0-Star Rated", description: "Trusted by 62+ satisfied customers. Safe, respectful, and professional service every time.", icon: Star,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg?_wi=1", imageAlt: "Professional and safe delivery service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-businessman-white-shirt-working-wooden-table_171337-9877.jpg?_wi=1", imageAlt: "Transparent and fair pricing" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg", imageAlt: "Professional and safe delivery service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-businessman-white-shirt-working-wooden-table_171337-9877.jpg", imageAlt: "Transparent and fair pricing" },
|
||||
] as [any, any],
|
||||
},
|
||||
{
|
||||
title: "Fast Response",
|
||||
description: "We answer the phone quickly. Pickup available often within one hour. Reliable and on-time, every delivery.",
|
||||
icon: Zap,
|
||||
title: "Fast Response", description: "We answer the phone quickly. Pickup available often within one hour. Reliable and on-time, every delivery.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-with-phone-box_23-2148546098.jpg?_wi=1", imageAlt: "Fast same-day delivery service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg?_wi=1", imageAlt: "Ready to deliver quickly" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-with-phone-box_23-2148546098.jpg", imageAlt: "Fast same-day delivery service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg", imageAlt: "Ready to deliver quickly" },
|
||||
] as [any, any],
|
||||
},
|
||||
{
|
||||
title: "Fair & Transparent Pricing",
|
||||
description: "No hidden fees. Clear, upfront quotes. Same-day delivery available. Affordable rates for local service.",
|
||||
icon: DollarSign,
|
||||
title: "Fair & Transparent Pricing", description: "No hidden fees. Clear, upfront quotes. Same-day delivery available. Affordable rates for local service.", icon: DollarSign,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-businessman-white-shirt-working-wooden-table_171337-9877.jpg?_wi=2", imageAlt: "Fair and transparent pricing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-with-phone-box_23-2148546098.jpg?_wi=2", imageAlt: "Affordable delivery options" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-businessman-white-shirt-working-wooden-table_171337-9877.jpg", imageAlt: "Fair and transparent pricing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-with-phone-box_23-2148546098.jpg", imageAlt: "Affordable delivery options" },
|
||||
] as [any, any],
|
||||
},
|
||||
{
|
||||
title: "Locally Owned",
|
||||
description: "Small business committed to serving our community. Trusted especially by retirees and women seeking safe, reliable service.",
|
||||
icon: MapPin,
|
||||
title: "Locally Owned", description: "Small business committed to serving our community. Trusted especially by retirees and women seeking safe, reliable service.", icon: MapPin,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-williams-city-center-arizona-shot-cityscape_181624-38723.jpg", imageAlt: "Serving Marietta and Cobb County" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg?_wi=2", imageAlt: "Community focused service" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg", imageAlt: "Community focused service" },
|
||||
] as [any, any],
|
||||
},
|
||||
{
|
||||
title: "Professional & Respectful",
|
||||
description: "Friendly but professional. Light moving assistance available. Safe handling of your items. Respectful of your home.",
|
||||
icon: Handshake,
|
||||
title: "Professional & Respectful", description: "Friendly but professional. Light moving assistance available. Safe handling of your items. Respectful of your home.", icon: Handshake,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg?_wi=3", imageAlt: "Professional service team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195386.jpg?_wi=1", imageAlt: "Careful item handling" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg", imageAlt: "Professional service team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195386.jpg", imageAlt: "Careful item handling" },
|
||||
] as [any, any],
|
||||
},
|
||||
{
|
||||
title: "Service You Can Trust",
|
||||
description: "Whether it's furniture from Facebook Marketplace or store delivery, we handle it with care. Safe for everyone.",
|
||||
icon: Shield,
|
||||
title: "Service You Can Trust", description: "Whether it's furniture from Facebook Marketplace or store delivery, we handle it with care. Safe for everyone.", icon: Shield,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195386.jpg?_wi=2", imageAlt: "Marketplace pickup and delivery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-lifting-yellow-sofa-his-new-house_23-2148095530.jpg?_wi=1", imageAlt: "Furniture delivery service" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195386.jpg", imageAlt: "Marketplace pickup and delivery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-lifting-yellow-sofa-his-new-house_23-2148095530.jpg", imageAlt: "Furniture delivery service" },
|
||||
] as [any, any],
|
||||
},
|
||||
];
|
||||
|
||||
@@ -190,7 +139,7 @@ export default function HomePage() {
|
||||
title="Fast, Reliable Furniture Delivery in Marietta & Cobb County"
|
||||
description="Same-day pickup available. Fair pricing. 5-star rated local service. Call us now for fast, professional delivery."
|
||||
tag="5.0 Stars | 62 Reviews | Locally Owned"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg"
|
||||
imageAlt="Professional delivery truck ready for pickup and delivery service"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -30,8 +29,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (404) 623-7945", href: "tel:+14046237945" },
|
||||
{ label: "Address: 1359 Park Brooke Cir SW, Marietta, GA 30008", href: "https://maps.google.com/?q=1359+Park+Brooke+Cir+SW+Marietta+GA+30008" },
|
||||
{ label: "Service Area: Marietta, Acworth, Canton, Cobb County", href: "/services" },
|
||||
@@ -39,8 +37,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{ label: "Furniture Delivery", href: "/services" },
|
||||
{ label: "Marketplace Pickup", href: "/services" },
|
||||
{ label: "Same-Day Service", href: "/services" },
|
||||
@@ -51,105 +48,63 @@ export default function ServicesPage() {
|
||||
|
||||
const serviceDetails = [
|
||||
{
|
||||
title: "Furniture Pickup & Delivery",
|
||||
description: "We handle furniture pickup from stores, Facebook Marketplace, estate sales, and more. Professional handling ensures your items arrive safely.",
|
||||
icon: MapPin,
|
||||
title: "Furniture Pickup & Delivery", description: "We handle furniture pickup from stores, Facebook Marketplace, estate sales, and more. Professional handling ensures your items arrive safely.", icon: MapPin,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-lifting-yellow-sofa-his-new-house_23-2148095530.jpg?_wi=2", imageAlt: "Professional furniture delivery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg?_wi=3", imageAlt: "Reliable delivery service" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-lifting-yellow-sofa-his-new-house_23-2148095530.jpg", imageAlt: "Professional furniture delivery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg", imageAlt: "Reliable delivery service" },
|
||||
] as [any, any],
|
||||
},
|
||||
{
|
||||
title: "Marketplace Purchase Pickup",
|
||||
description: "Shopping on Facebook Marketplace, Craigslist, or OfferUp? We'll safely pick up your items and deliver them to your location.",
|
||||
icon: Handshake,
|
||||
title: "Marketplace Purchase Pickup", description: "Shopping on Facebook Marketplace, Craigslist, or OfferUp? We'll safely pick up your items and deliver them to your location.", icon: Handshake,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195386.jpg?_wi=3", imageAlt: "Marketplace shopping service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg?_wi=4", imageAlt: "Professional pickup and delivery" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195386.jpg", imageAlt: "Marketplace shopping service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg", imageAlt: "Professional pickup and delivery" },
|
||||
] as [any, any],
|
||||
},
|
||||
{
|
||||
title: "Light Moving & Placement",
|
||||
description: "Need help moving items into your home or apartment? We provide light moving assistance and careful placement of your furniture exactly where you want it.",
|
||||
icon: Shield,
|
||||
title: "Light Moving & Placement", description: "Need help moving items into your home or apartment? We provide light moving assistance and careful placement of your furniture exactly where you want it.", icon: Shield,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-lifting-yellow-sofa-his-new-house_23-2148095530.jpg?_wi=3", imageAlt: "Light moving assistance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-with-phone-box_23-2148546098.jpg?_wi=3", imageAlt: "Fast and careful service" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-lifting-yellow-sofa-his-new-house_23-2148095530.jpg", imageAlt: "Light moving assistance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-with-phone-box_23-2148546098.jpg", imageAlt: "Fast and careful service" },
|
||||
] as [any, any],
|
||||
},
|
||||
{
|
||||
title: "Same-Day Delivery Available",
|
||||
description: "When you need your item quickly, we offer same-day delivery when possible. Call for availability and pricing.",
|
||||
icon: Zap,
|
||||
title: "Same-Day Delivery Available", description: "When you need your item quickly, we offer same-day delivery when possible. Call for availability and pricing.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-with-phone-box_23-2148546098.jpg?_wi=4", imageAlt: "Same-day delivery service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg?_wi=4", imageAlt: "Quick response delivery" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-with-phone-box_23-2148546098.jpg", imageAlt: "Same-day delivery service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg", imageAlt: "Quick response delivery" },
|
||||
] as [any, any],
|
||||
},
|
||||
{
|
||||
title: "Fair & Transparent Pricing",
|
||||
description: "No hidden charges. We provide upfront, honest quotes based on pickup location, delivery destination, and item size.",
|
||||
icon: DollarSign,
|
||||
title: "Fair & Transparent Pricing", description: "No hidden charges. We provide upfront, honest quotes based on pickup location, delivery destination, and item size.", icon: DollarSign,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-businessman-white-shirt-working-wooden-table_171337-9877.jpg?_wi=3", imageAlt: "Transparent pricing calculator" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg?_wi=5", imageAlt: "Clear pricing communication" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-businessman-white-shirt-working-wooden-table_171337-9877.jpg", imageAlt: "Transparent pricing calculator" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg", imageAlt: "Clear pricing communication" },
|
||||
] as [any, any],
|
||||
},
|
||||
{
|
||||
title: "Professional & Trustworthy Team",
|
||||
description: "Our team is thoroughly vetted, professional, and committed to exceptional service. Especially trusted by seniors and women.",
|
||||
icon: Star,
|
||||
title: "Professional & Trustworthy Team", description: "Our team is thoroughly vetted, professional, and committed to exceptional service. Especially trusted by seniors and women.", icon: Star,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg?_wi=6", imageAlt: "Professional service team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195386.jpg?_wi=4", imageAlt: "Trustworthy delivery" },
|
||||
],
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-using-touchpad-signing-delivery-from-courier_637285-1272.jpg", imageAlt: "Professional service team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-shopping-bags-inside-car_23-2148195386.jpg", imageAlt: "Trustworthy delivery" },
|
||||
] as [any, any],
|
||||
},
|
||||
];
|
||||
|
||||
const serviceAreas = [
|
||||
{
|
||||
id: "1",
|
||||
title: "Marietta",
|
||||
subtitle: "Main service hub and headquarters location",
|
||||
category: "Primary",
|
||||
value: "1359 Park Brooke Cir SW",
|
||||
buttons: [{ text: "Get Directions", href: "https://maps.google.com/?q=1359+Park+Brooke+Cir+SW+Marietta+GA+30008" }],
|
||||
id: "1", title: "Marietta", subtitle: "Main service hub and headquarters location", category: "Primary", value: "1359 Park Brooke Cir SW", buttons: [{ text: "Get Directions", href: "https://maps.google.com/?q=1359+Park+Brooke+Cir+SW+Marietta+GA+30008" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Acworth",
|
||||
subtitle: "Reliable service throughout the area",
|
||||
category: "Service Area",
|
||||
value: "15 minutes away",
|
||||
},
|
||||
id: "2", title: "Acworth", subtitle: "Reliable service throughout the area", category: "Service Area", value: "15 minutes away"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Canton",
|
||||
subtitle: "Fast delivery available",
|
||||
category: "Service Area",
|
||||
value: "20 minutes away",
|
||||
},
|
||||
id: "3", title: "Canton", subtitle: "Fast delivery available", category: "Service Area", value: "20 minutes away"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Cobb County",
|
||||
subtitle: "Extended service area coverage",
|
||||
category: "Service Area",
|
||||
value: "Full coverage",
|
||||
},
|
||||
id: "4", title: "Cobb County", subtitle: "Extended service area coverage", category: "Service Area", value: "Full coverage"},
|
||||
{
|
||||
id: "5",
|
||||
title: "North Georgia",
|
||||
subtitle: "Surrounding communities welcome",
|
||||
category: "Service Area",
|
||||
value: "Available",
|
||||
},
|
||||
id: "5", title: "North Georgia", subtitle: "Surrounding communities welcome", category: "Service Area", value: "Available"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Same-Day Available",
|
||||
subtitle: "Quick pickup when you need it most",
|
||||
category: "Premium",
|
||||
value: "When possible",
|
||||
},
|
||||
id: "6", title: "Same-Day Available", subtitle: "Quick pickup when you need it most", category: "Premium", value: "When possible"},
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -199,7 +154,7 @@ export default function ServicesPage() {
|
||||
title="Service Area"
|
||||
description="We proudly serve Marietta, Acworth, Canton, Cobb County, and surrounding North Georgia communities."
|
||||
animationType="slide-up"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user