Merge version_1 into main #1
328
src/app/page.tsx
328
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Benefits", id: "#features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/simple-organic-food-label-collection_23-2148097074.jpg"
|
||||
logoAlt="229 Takeover Nutrition Logo"
|
||||
@@ -71,84 +57,44 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Fuel Your Day with 229 Takeover Nutrition"
|
||||
description="Discover a fresh selection of healthy shakes, energizing teas, and nutritious products designed to help you live your best life. Taste the difference quality makes!"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@healthylife",
|
||||
testimonial: "The staff is the best & I love my products, it's always consistent!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ginger-curly-young-woman-laughing_23-2148183265.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
name: "Sarah J.", handle: "@healthylife", testimonial: "The staff is the best & I love my products, it's always consistent!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ginger-curly-young-woman-laughing_23-2148183265.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
name: "Michael C.",
|
||||
handle: "@fitfreak",
|
||||
testimonial: "Great customer service hands down! Always leave feeling energized.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overemotive-cheerful-woman-closes-eyes-smiles-broadly-feels-very-happy-after-successful-day-cannot-wait-outstanding-event-wears-windbreaker_273609-39320.jpg",
|
||||
imageAlt: "Michael C.",
|
||||
},
|
||||
name: "Michael C.", handle: "@fitfreak", testimonial: "Great customer service hands down! Always leave feeling energized.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overemotive-cheerful-woman-closes-eyes-smiles-broadly-feels-very-happy-after-successful-day-cannot-wait-outstanding-event-wears-windbreaker_273609-39320.jpg", imageAlt: "Michael C."},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@eatwell",
|
||||
testimonial: "My favorite shake place in town! Healthy and delicious options.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
name: "Emily R.", handle: "@eatwell", testimonial: "My favorite shake place in town! Healthy and delicious options.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@wellnessjourney",
|
||||
testimonial: "Consistent quality and amazing taste. My go-to for healthy fuel!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-bearded-man-looking-surprised-camera-blue-background-attractive-guy-having-eyes-full-happiness_574295-6126.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
name: "David K.", handle: "@wellnessjourney", testimonial: "Consistent quality and amazing taste. My go-to for healthy fuel!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-bearded-man-looking-surprised-camera-blue-background-attractive-guy-having-eyes-full-happiness_574295-6126.jpg", imageAlt: "David K."},
|
||||
{
|
||||
name: "Olivia W.",
|
||||
handle: "@fueledby229",
|
||||
testimonial: "The best place to get nutritious shakes and teas. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg",
|
||||
imageAlt: "Olivia W.",
|
||||
},
|
||||
name: "Olivia W.", handle: "@fueledby229", testimonial: "The best place to get nutritious shakes and teas. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg", imageAlt: "Olivia W."},
|
||||
]}
|
||||
tag="Your Daily Dose of Wellness"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Menu", href: "#products"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-ginger-girl-shows-thumbs-up-smiles-white-teeth-approve-agree-say-yes-recommend-clinic-company-satisfied-with-quality-service-white-background_176420-45534.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-ginger-girl-shows-thumbs-up-smiles-white-teeth-approve-agree-say-yes-recommend-clinic-company-satisfied-with-quality-service-white-background_176420-45534.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-yellow-scene_23-2148184745.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-yellow-scene_23-2148184745.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join our 42+ happy customers!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trader-sustainable-zero-waste-supermarket-checkout-counter-weighting-food-jar-before-using-bar-code-scanner-process-customer-order-seller-local-shop-processing-client-farm-grown-groceries_482257-70758.jpg"
|
||||
@@ -156,29 +102,19 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh & Delicious",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Fresh & Delicious", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community Focused",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Community Focused", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Health Goals",
|
||||
icon: Target,
|
||||
type: "text-icon", text: "Health Goals", icon: Target,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Ingredients",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Quality Ingredients", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Daily Energy",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Daily Energy", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -191,15 +127,10 @@ export default function LandingPage() {
|
||||
title="Your Neighborhood Health Food Destination"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
{
|
||||
text: "Meet the Team",
|
||||
href: "#",
|
||||
},
|
||||
text: "Meet the Team", href: "#"},
|
||||
]}
|
||||
description="At 229 Takeover Nutrition, we're passionate about empowering our community in Leesburg, GA, to make healthier choices. We offer a curated selection of delicious, nutrient-packed shakes, energizing teas, and quality supplements designed to support your wellness journey. Our friendly team is here to help you find exactly what you need to feel your best."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,23 +140,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Curbside Pickup",
|
||||
description: "Order ahead and pick up your favorite healthy meals and shakes without leaving your car. Convenience meets nutrition!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-urban-transport-composition_23-2149003880.jpg",
|
||||
imageAlt: "Curbside Pickup Icon",
|
||||
},
|
||||
title: "Curbside Pickup", description: "Order ahead and pick up your favorite healthy meals and shakes without leaving your car. Convenience meets nutrition!", imageSrc: "http://img.b2bpic.net/free-photo/paper-urban-transport-composition_23-2149003880.jpg", imageAlt: "Curbside Pickup Icon"},
|
||||
{
|
||||
title: "Customizable Nutrition",
|
||||
description: "Tailor your shakes and teas to your dietary needs and taste preferences. Our menu is designed for your unique wellness goals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meal-planning-notepad-food-assortment_23-2149099884.jpg",
|
||||
imageAlt: "Customizable Nutrition Icon",
|
||||
},
|
||||
title: "Customizable Nutrition", description: "Tailor your shakes and teas to your dietary needs and taste preferences. Our menu is designed for your unique wellness goals.", imageSrc: "http://img.b2bpic.net/free-photo/meal-planning-notepad-food-assortment_23-2149099884.jpg", imageAlt: "Customizable Nutrition Icon"},
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Our knowledgeable staff can help you navigate our menu and recommend products that align with your health and fitness objectives.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wellness-exercise-health-lifestyle-nutrition-concept_53876-124996.jpg",
|
||||
imageAlt: "Expert Guidance Icon",
|
||||
},
|
||||
title: "Expert Guidance", description: "Our knowledgeable staff can help you navigate our menu and recommend products that align with your health and fitness objectives.", imageSrc: "http://img.b2bpic.net/free-photo/wellness-exercise-health-lifestyle-nutrition-concept_53876-124996.jpg", imageAlt: "Expert Guidance Icon"},
|
||||
]}
|
||||
title="Why Choose 229 Takeover Nutrition?"
|
||||
description="We are dedicated to providing fresh, high-quality, and convenient nutrition solutions with exceptional service."
|
||||
@@ -241,62 +160,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Berry Bliss Shake",
|
||||
price: "$7.99",
|
||||
variant: "Protein Rich",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-banana-smoothie-jar-isolated-white-background_123827-20647.jpg",
|
||||
imageAlt: "Berry Bliss Shake",
|
||||
},
|
||||
id: "p1", name: "Berry Bliss Shake", price: "$7.99", variant: "Protein Rich", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-banana-smoothie-jar-isolated-white-background_123827-20647.jpg", imageAlt: "Berry Bliss Shake"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Green Detox Elixir",
|
||||
price: "$6.49",
|
||||
variant: "Cleansing Blend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-hat-celebrating-st-patrick-s-day-with-drink-bar_23-2148826425.jpg",
|
||||
imageAlt: "Green Detox Elixir",
|
||||
},
|
||||
id: "p2", name: "Green Detox Elixir", price: "$6.49", variant: "Cleansing Blend", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-hat-celebrating-st-patrick-s-day-with-drink-bar_23-2148826425.jpg", imageAlt: "Green Detox Elixir"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Choco Fuel Shake",
|
||||
price: "$8.29",
|
||||
variant: "Muscle Builder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-instructor-smiling-young-woman-workout-home-sits-yoga-mat-drinks-water-does_1258-200299.jpg",
|
||||
imageAlt: "Choco Fuel Shake",
|
||||
},
|
||||
id: "p3", name: "Choco Fuel Shake", price: "$8.29", variant: "Muscle Builder", imageSrc: "http://img.b2bpic.net/free-photo/fitness-instructor-smiling-young-woman-workout-home-sits-yoga-mat-drinks-water-does_1258-200299.jpg", imageAlt: "Choco Fuel Shake"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Tropical Mango Splash",
|
||||
price: "$7.49",
|
||||
variant: "Immunity Boost",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mango-smoothies_74190-636.jpg",
|
||||
imageAlt: "Tropical Mango Splash",
|
||||
},
|
||||
id: "p4", name: "Tropical Mango Splash", price: "$7.49", variant: "Immunity Boost", imageSrc: "http://img.b2bpic.net/free-photo/mango-smoothies_74190-636.jpg", imageAlt: "Tropical Mango Splash"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Vanilla Dream Shake",
|
||||
price: "$7.99",
|
||||
variant: "Classic Comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-banana-blueberry-smoothie_23-2148858678.jpg",
|
||||
imageAlt: "Vanilla Dream Shake",
|
||||
},
|
||||
id: "p5", name: "Vanilla Dream Shake", price: "$7.99", variant: "Classic Comfort", imageSrc: "http://img.b2bpic.net/free-photo/delicious-banana-blueberry-smoothie_23-2148858678.jpg", imageAlt: "Vanilla Dream Shake"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Peanut Butter Power",
|
||||
price: "$8.99",
|
||||
variant: "Energy Sustainer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023896.jpg",
|
||||
imageAlt: "Peanut Butter Power",
|
||||
},
|
||||
id: "p6", name: "Peanut Butter Power", price: "$8.99", variant: "Energy Sustainer", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023896.jpg", imageAlt: "Peanut Butter Power"},
|
||||
]}
|
||||
title="Our Nutritious Menu"
|
||||
description="Explore our delicious range of shakes and teas, crafted with the freshest ingredients to nourish your body and delight your taste buds."
|
||||
tag="Eat Well, Live Better"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Full Menu", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -306,27 +187,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.5/5",
|
||||
title: "Customer Rating",
|
||||
description: "Highly rated by our amazing community for quality and service.",
|
||||
icon: Star,
|
||||
id: "m1", value: "4.5/5", title: "Customer Rating", description: "Highly rated by our amazing community for quality and service.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
description: "Committed to using only the freshest, locally sourced ingredients.",
|
||||
icon: Leaf,
|
||||
id: "m2", value: "100%", title: "Fresh Ingredients", description: "Committed to using only the freshest, locally sourced ingredients.", icon: Leaf,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Online Ordering",
|
||||
description: "Place your order anytime, anywhere for convenient pickup.",
|
||||
icon: Clock,
|
||||
id: "m3", value: "24/7", title: "Online Ordering", description: "Place your order anytime, anywhere for convenient pickup.", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Our Impact & Promise"
|
||||
@@ -340,43 +210,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-emracing-notebook_23-2147771771.jpg",
|
||||
imageAlt: "Jessica L.",
|
||||
},
|
||||
id: "t1", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-emracing-notebook_23-2147771771.jpg", imageAlt: "Jessica L."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Robert B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-take-off-face-mask-smiling-standing_1258-26631.jpg",
|
||||
imageAlt: "Robert B.",
|
||||
},
|
||||
id: "t2", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-take-off-face-mask-smiling-standing_1258-26631.jpg", imageAlt: "Robert B."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Amanda G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg",
|
||||
imageAlt: "Amanda G.",
|
||||
},
|
||||
id: "t3", name: "Amanda G.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg", imageAlt: "Amanda G."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Chris D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg",
|
||||
imageAlt: "Chris D.",
|
||||
},
|
||||
id: "t4", name: "Chris D.", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Chris D."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Maria P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-pink-overalls-sexy-carefree-woman-posing-near-blue-wall-studio-with-two-horns-positive-model-having-fun-going-crazy-shows-peace-sign_158538-25175.jpg",
|
||||
imageAlt: "Maria P.",
|
||||
},
|
||||
id: "t5", name: "Maria P.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-pink-overalls-sexy-carefree-woman-posing-near-blue-wall-studio-with-two-horns-positive-model-having-fun-going-crazy-shows-peace-sign_158538-25175.jpg", imageAlt: "Maria P."},
|
||||
]}
|
||||
cardTitle="Our customers love us!"
|
||||
cardTag="Rave Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read All Reviews",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read All Reviews", href: "#"},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
@@ -387,33 +235,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Friday from 6:30 AM to 3:00 PM. We look forward to serving you!",
|
||||
},
|
||||
id: "faq1", title: "What are your operating hours?", content: "We are open Monday to Friday from 6:30 AM to 3:00 PM. We look forward to serving you!"},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer vegan or gluten-free options?",
|
||||
content: "Yes, we have a variety of vegan and gluten-free options available. Please ask our staff for recommendations and customizations.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer vegan or gluten-free options?", content: "Yes, we have a variety of vegan and gluten-free options available. Please ask our staff for recommendations and customizations."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I customize my shakes and teas?",
|
||||
content: "Absolutely! Many of our items can be customized to fit your preferences and dietary needs. Just let us know your requests.",
|
||||
},
|
||||
id: "faq3", title: "Can I customize my shakes and teas?", content: "Absolutely! Many of our items can be customized to fit your preferences and dietary needs. Just let us know your requests."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Where are you located?",
|
||||
content: "We are conveniently located at 1508 U.S. Hwy 19 S, Leesburg, GA 31763, inside Master Body Works.",
|
||||
},
|
||||
id: "faq4", title: "Where are you located?", content: "We are conveniently located at 1508 U.S. Hwy 19 S, Leesburg, GA 31763, inside Master Body Works."},
|
||||
]}
|
||||
sideTitle="Questions? We've Got Answers."
|
||||
sideDescription="Find quick answers to the most common questions about our products, services, and store policies."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ask a Question",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Ask a Question", href: "#contact"},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -423,8 +257,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Say Hello!"
|
||||
description="We'd love to hear from you or see you at our store. Fill out the form or find our contact details below."
|
||||
@@ -442,54 +275,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Our Menu", href: "#products"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "1508 U.S. Hwy 19 S, Leesburg, GA",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
|
||||
},
|
||||
label: "1508 U.S. Hwy 19 S, Leesburg, GA", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||
{
|
||||
label: "(229) 462-3690",
|
||||
href: "tel:+12294623690",
|
||||
},
|
||||
label: "(229) 462-3690", href: "tel:+12294623690"},
|
||||
{
|
||||
label: "info@229takeover.com",
|
||||
href: "mailto:info@229takeover.com",
|
||||
},
|
||||
label: "info@229takeover.com", href: "mailto:info@229takeover.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Mon - Fri: 6:30 AM - 3:00 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon - Fri: 6:30 AM - 3:00 PM", href: "#"},
|
||||
{
|
||||
label: "Sat - Sun: Closed",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sat - Sun: Closed", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user