Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
434
src/app/page.tsx
434
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Building2, CheckCircle, CheckSquare, Clock, Folder, Globe, Home, MapPin, Sun, Tool } from "lucide-react";
|
||||
import { Building2, CheckCircle, CheckSquare, Clock, Folder, Globe, Home, MapPin, Sun, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,28 +31,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Process",
|
||||
id: "#how-it-works",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#footer",
|
||||
},
|
||||
{ name: "Process", id: "#how-it-works" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "Why Us", id: "#why-us" },
|
||||
{ name: "Contact", id: "#footer" },
|
||||
]}
|
||||
brandName="6121 Signs"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "https://wa.me/18328586471",
|
||||
}}
|
||||
text: "Get a Quote", href: "https://wa.me/18328586471"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,31 +48,14 @@ export default function LandingPage() {
|
||||
description="We tell you your turnaround time before you commit. Text us your deadline — and we'll confirm it or tell you straight."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Quote Now",
|
||||
href: "https://wa.me/18328586471?text=Hi! I need coroplast signs — can you send me a quote?",
|
||||
},
|
||||
text: "Get Your Free Quote Now", href: "https://wa.me/18328586471?text=Hi! I need coroplast signs — can you send me a quote?"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-board-park_1137-116.jpg?_wi=1",
|
||||
imageAlt: "Coroplast signs on lawn",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-showing-sale_23-2147652039.jpg",
|
||||
imageAlt: "Paper showing sale",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/encouraging-writing-branch_23-2147770549.jpg",
|
||||
imageAlt: "Encouraging writing on branch",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-blank-signpost-green-city-lawn_23-2147764761.jpg",
|
||||
imageAlt: "Empty blank signpost on green city lawn",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/word-go-outside-white-paper-with-pine-cone_23-2147842620.jpg",
|
||||
imageAlt: "Word go outside on white paper with pine cone",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blank-board-park_1137-116.jpg", imageAlt: "Coroplast signs on lawn" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/paper-showing-sale_23-2147652039.jpg", imageAlt: "Paper showing sale" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/encouraging-writing-branch_23-2147770549.jpg", imageAlt: "Encouraging writing on branch" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-blank-signpost-green-city-lawn_23-2147764761.jpg", imageAlt: "Empty blank signpost on green city lawn" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/word-go-outside-white-paper-with-pine-cone_23-2147842620.jpg", imageAlt: "Word go outside on white paper with pine cone" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,29 +67,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "48HR",
|
||||
title: "Turnaround",
|
||||
description: "Weekday standard confirmed upfront.",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "PROOF",
|
||||
title: "Design",
|
||||
description: "Digital proof before every print.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "STAKES",
|
||||
title: "Included",
|
||||
description: "Fits standard holders.",
|
||||
icon: MapPin,
|
||||
},
|
||||
{ id: "m1", value: "48HR", title: "Turnaround", description: "Weekday standard confirmed upfront.", icon: Clock },
|
||||
{ id: "m2", value: "PROOF", title: "Design", description: "Digital proof before every print.", icon: CheckCircle },
|
||||
{ id: "m3", value: "STAKES", title: "Included", description: "Fits standard holders.", icon: MapPin },
|
||||
]}
|
||||
title="Quality Assured"
|
||||
description="Quality and service guarantee for Houston clients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,72 +83,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Real Estate Agents",
|
||||
description: "Listings done fast. H-stakes included.",
|
||||
icon: Home,
|
||||
title: "Real Estate Agents", description: "Listings done fast. H-stakes included.", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-holding-color-swatch_1170-2937.jpg?_wi=1",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383587.jpg",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-board-park_1137-116.jpg?_wi=2",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-holding-color-swatch_1170-2937.jpg", imageAlt: "coroplast signs on lawn" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383587.jpg", imageAlt: "coroplast signs on lawn" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contractors",
|
||||
description: "Job site signs delivered on time.",
|
||||
icon: Tool,
|
||||
title: "Contractors", description: "Job site signs delivered on time.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-marker-pen-isolated-white-background_53876-74741.jpg",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/text-go-outside-card-pinecone-front-fir-tree_23-2147842503.jpg",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-analytics-technology-flat-icons-set-with-internet-cloud_1284-12241.jpg?_wi=1",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-marker-pen-isolated-white-background_53876-74741.jpg", imageAlt: "coroplast signs on lawn" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/text-go-outside-card-pinecone-front-fir-tree_23-2147842503.jpg", imageAlt: "coroplast signs on lawn" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Campaigns",
|
||||
description: "Hard deadlines met without failure.",
|
||||
icon: CheckSquare,
|
||||
title: "Campaigns", description: "Hard deadlines met without failure.", icon: CheckSquare,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-blackboard-grass_23-2148192389.jpg",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-with-sold-yard-sign_23-2149383621.jpg",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pricing-table-templates_23-2147723465.jpg?_wi=1",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-blackboard-grass_23-2148192389.jpg", imageAlt: "coroplast signs on lawn" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/house-with-sold-yard-sign_23-2149383621.jpg", imageAlt: "coroplast signs on lawn" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Businesses",
|
||||
description: "Grand opening, sale announcements.",
|
||||
icon: Building2,
|
||||
title: "Businesses", description: "Grand opening, sale announcements.", icon: Building2,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-white-cardboard-with-colorful-text-stay-home_181624-25628.jpg",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-green-grass_1182-997.jpg",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-white-cardboard-with-colorful-text-stay-home_181624-25628.jpg", imageAlt: "coroplast signs on lawn" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-green-grass_1182-997.jpg", imageAlt: "coroplast signs on lawn" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="We print for every Houston buyer who needs signs done right"
|
||||
@@ -209,10 +121,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Three steps. No surprises."
|
||||
description={[
|
||||
"1. Text or Call: Tell us your size, quantity, and deadline.",
|
||||
"2. We Quote & Design: You approve the digital proof before we print.",
|
||||
"3. Pick Up or Deliver: Ready at 6121 Hillcroft Ave.",
|
||||
]}
|
||||
"1. Text or Call: Tell us your size, quantity, and deadline.", "2. We Quote & Design: You approve the digital proof before we print.", "3. Pick Up or Deliver: Ready at 6121 Hillcroft Ave."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -223,48 +132,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "4mm Coroplast",
|
||||
price: "Standard",
|
||||
variant: "UV-Rated",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pricing-table-templates_23-2147723465.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "12x18 Sign",
|
||||
price: "Custom",
|
||||
variant: "Outdoor",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/infographic-template-design_1262-70.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "18x24 Sign",
|
||||
price: "Custom",
|
||||
variant: "Outdoor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f9sssg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "24x36 Sign",
|
||||
price: "Custom",
|
||||
variant: "Outdoor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-printer-toners-assortment_23-2149120690.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "H-Stakes",
|
||||
price: "Optional",
|
||||
variant: "Hardware",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-translucent-geometric-shapes_23-2148830199.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Custom Shape",
|
||||
price: "Contact Us",
|
||||
variant: "Bespoke",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-placards-with-white-arrows-outdoors_23-2148445309.jpg",
|
||||
},
|
||||
{ id: "p1", name: "4mm Coroplast", price: "Standard", variant: "UV-Rated", imageSrc: "http://img.b2bpic.net/free-vector/pricing-table-templates_23-2147723465.jpg" },
|
||||
{ id: "p2", name: "12x18 Sign", price: "Custom", variant: "Outdoor", imageSrc: "http://img.b2bpic.net/free-vector/infographic-template-design_1262-70.jpg" },
|
||||
{ id: "p3", name: "18x24 Sign", price: "Custom", variant: "Outdoor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f9sssg" },
|
||||
{ id: "p4", name: "24x36 Sign", price: "Custom", variant: "Outdoor", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-printer-toners-assortment_23-2149120690.jpg" },
|
||||
{ id: "p5", name: "H-Stakes", price: "Optional", variant: "Hardware", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-translucent-geometric-shapes_23-2148830199.jpg" },
|
||||
{ id: "p6", name: "Custom Shape", price: "Contact Us", variant: "Bespoke", imageSrc: "http://img.b2bpic.net/free-photo/black-placards-with-white-arrows-outdoors_23-2148445309.jpg" },
|
||||
]}
|
||||
title="Coroplast Sign Specs"
|
||||
description="Built for Houston weather, not climate-controlled showrooms."
|
||||
@@ -278,94 +151,46 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Deadline Confirmed",
|
||||
description: "If we can't make it, we tell you upfront.",
|
||||
icon: Clock,
|
||||
title: "Deadline Confirmed", description: "If we can't make it, we tell you upfront.", icon: Clock,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/memorial-day-frame-still-life_23-2151297321.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-card-green-grass_23-2148494983.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-board-park_1137-116.jpg?_wi=3",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/memorial-day-frame-still-life_23-2151297321.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-card-green-grass_23-2148494983.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Digital Proof",
|
||||
description: "You see your sign before it prints.",
|
||||
icon: CheckCircle,
|
||||
title: "Digital Proof", description: "You see your sign before it prints.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-green-grass_1182-998.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-street-with-clothes-hand_23-2148296673.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-data-analytics-technology-flat-icons-set-with-internet-cloud_1284-12241.jpg?_wi=2",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-green-grass_1182-998.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-street-with-clothes-hand_23-2148296673.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Houston Weather Proof",
|
||||
description: "UV-rated print for 20+ years of sun.",
|
||||
icon: Sun,
|
||||
title: "Houston Weather Proof", description: "UV-rated print for 20+ years of sun.", icon: Sun,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cmyk-rgb-colour-colorscheme-creativity-concept_53876-120441.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841424.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pricing-table-templates_23-2147723465.jpg?_wi=3",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cmyk-rgb-colour-colorscheme-creativity-concept_53876-120441.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/american-elections-vote-right_23-2151841424.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "File Storage",
|
||||
description: "We keep your file for instant reorders.",
|
||||
icon: Folder,
|
||||
title: "File Storage", description: "We keep your file for instant reorders.", icon: Folder,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-working-network-graphic-overlay-banner-desk_53876-101278.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383596.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hands-working-network-graphic-overlay-banner-desk_53876-101278.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383596.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Multilingual",
|
||||
description: "English, Spanish, Urdu support.",
|
||||
icon: Globe,
|
||||
title: "Multilingual", description: "English, Spanish, Urdu support.", icon: Globe,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clear-information-signboard-green-grass_23-2147835022.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-color-palette_23-2149345284.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg?_wi=1",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/clear-information-signboard-green-grass_23-2147835022.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-color-palette_23-2149345284.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Local Pickup",
|
||||
description: "6121 Hillcroft Ave, Houston TX.",
|
||||
icon: MapPin,
|
||||
title: "Local Pickup", description: "6121 Hillcroft Ave, Houston TX.", icon: MapPin,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-composition-with-tag-open-gift-box_23-2147705202.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-placard-with-go-outside-text_23-2147842617.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-holding-color-swatch_1170-2937.jpg?_wi=2",
|
||||
imageAlt: "coroplast signs on lawn",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/christmas-composition-with-tag-open-gift-box_23-2147705202.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-placard-with-go-outside-text_23-2147842617.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Why 6121 Signs?"
|
||||
@@ -379,46 +204,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
handle: "Realtor",
|
||||
testimonial: "Best signs in Houston. Fast and reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike Davis",
|
||||
handle: "Contractor",
|
||||
testimonial: "Great quality, survived the Houston heat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Very professional and friendly service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James Wilson",
|
||||
handle: "Community Lead",
|
||||
testimonial: "Super fast turnaround on my event signs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108962.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Chen",
|
||||
handle: "Local Resident",
|
||||
testimonial: "Will definitely reorder again soon.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", handle: "Realtor", testimonial: "Best signs in Houston. Fast and reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" },
|
||||
{ id: "t2", name: "Mike Davis", handle: "Contractor", testimonial: "Great quality, survived the Houston heat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg" },
|
||||
{ id: "t3", name: "Elena Rodriguez", handle: "Business Owner", testimonial: "Very professional and friendly service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg" },
|
||||
{ id: "t4", name: "James Wilson", handle: "Community Lead", testimonial: "Super fast turnaround on my event signs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108962.jpg" },
|
||||
{ id: "t5", name: "David Chen", handle: "Local Resident", testimonial: "Will definitely reorder again soon.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Houston says"
|
||||
@@ -431,56 +221,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What’s your turnaround time?",
|
||||
content: "Standard 48 hours weekdays.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you require a minimum order?",
|
||||
content: "No minimum order requirement.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you provide H-stakes?",
|
||||
content: "Yes, H-stakes are available.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Can you match brand colours?",
|
||||
content: "Yes, send us your file.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "I need signs in Spanish?",
|
||||
content: "Yes, we handle bilingual orders.",
|
||||
},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Can I reorder old designs?",
|
||||
content: "Yes, we keep your files.",
|
||||
},
|
||||
{
|
||||
id: "f7",
|
||||
title: "Do you do double-sided?",
|
||||
content: "Yes, quote per request.",
|
||||
},
|
||||
{
|
||||
id: "f8",
|
||||
title: "Not sure what size I need?",
|
||||
content: "Text Vikki for guidance.",
|
||||
},
|
||||
{
|
||||
id: "f9",
|
||||
title: "Pick up or deliver?",
|
||||
content: "Pick up from Hillcroft.",
|
||||
},
|
||||
{
|
||||
id: "f10",
|
||||
title: "What file formats?",
|
||||
content: "AI, PDF, high-res PNG/JPG.",
|
||||
},
|
||||
{ id: "f1", title: "What’s your turnaround time?", content: "Standard 48 hours weekdays." },
|
||||
{ id: "f2", title: "Do you require a minimum order?", content: "No minimum order requirement." },
|
||||
{ id: "f3", title: "Do you provide H-stakes?", content: "Yes, H-stakes are available." },
|
||||
{ id: "f4", title: "Can you match brand colours?", content: "Yes, send us your file." },
|
||||
{ id: "f5", title: "I need signs in Spanish?", content: "Yes, we handle bilingual orders." },
|
||||
{ id: "f6", title: "Can I reorder old designs?", content: "Yes, we keep your files." },
|
||||
{ id: "f7", title: "Do you do double-sided?", content: "Yes, quote per request." },
|
||||
{ id: "f8", title: "Not sure what size I need?", content: "Text Vikki for guidance." },
|
||||
{ id: "f9", title: "Pick up or deliver?", content: "Pick up from Hillcroft." },
|
||||
{ id: "f10", title: "What file formats?", content: "AI, PDF, high-res PNG/JPG." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers straight from the shop."
|
||||
@@ -494,29 +244,15 @@ export default function LandingPage() {
|
||||
logoText="6121 Signs"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "https://wa.me/18328586471",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Get a Quote", href: "https://wa.me/18328586471" },
|
||||
{ label: "About Us", href: "#why-us" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "tel:7137771947",
|
||||
},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#faq",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "tel:7137771947" },
|
||||
{ label: "Help Center", href: "#faq" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -525,4 +261,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user