Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-07 20:30:15 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Award, Clock, Flame, Truck, Users } from "lucide-react";
import { Award, Clock, Flame, MapPin, Truck, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -153,13 +153,15 @@ export default function LandingPage() {
<FaqDouble
textboxLayout="split"
useInvertedBackground={false}
tag="Find Us"
tagIcon={MapPin}
faqs={[
{ id: "f1", title: "Address", content: "123 BBQ Lane, Sweetwater, TX 79556" },
{ id: "f2", title: "Hours", content: "Tuesday-Sunday: 11AM - 8PM | Monday: Closed" },
{ id: "f3", title: "Phone", content: "(325) 555-0199" },
]}
title="Location & Hours"
description="Come find us in Sweetwater."
description="We are conveniently located right off the interstate, easy to access for travelers and local residents alike."
faqsAnimation="slide-up"
/>
</div>