Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
211
src/app/page.tsx
211
src/app/page.tsx
@@ -32,95 +32,63 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Jireh Fence Corp"
|
||||
button={{
|
||||
text: "Get a Quote", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Quality Fence Installation You Can Trust"
|
||||
description="Jireh Fence Corp provides premium fencing solutions for residential and commercial properties. Built for durability, security, and style."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7057.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7057.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-carrying-bag-greenhouse_23-2148396841.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-carrying-bag-greenhouse_23-2148396841.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-managing-her-work-from-home-drinking-coffee-looking-laptop-sitting-kitchen_1258-199672.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-managing-her-work-from-home-drinking-coffee-looking-laptop-sitting-kitchen_1258-199672.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447156.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447156.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Our Services", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Free Estimates",
|
||||
icon: BarChart2,
|
||||
type: "text-icon", text: "Free Estimates", icon: BarChart2,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Custom Designs",
|
||||
icon: Compass,
|
||||
type: "text-icon", text: "Custom Designs", icon: Compass,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Materials",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Premium Materials", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Craftsmanship",
|
||||
icon: Building2,
|
||||
type: "text-icon", text: "Expert Craftsmanship", icon: Building2,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -146,26 +114,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feat-1",
|
||||
title: "Durable Materials",
|
||||
subtitle: "Top-grade wood, metal, and PVC",
|
||||
category: "Quality",
|
||||
value: "100%",
|
||||
},
|
||||
id: "feat-1", title: "Durable Materials", subtitle: "Top-grade wood, metal, and PVC", category: "Quality", value: "100%"},
|
||||
{
|
||||
id: "feat-2",
|
||||
title: "Expert Installation",
|
||||
subtitle: "Skilled and careful craftsmanship",
|
||||
category: "Service",
|
||||
value: "Expert",
|
||||
},
|
||||
id: "feat-2", title: "Expert Installation", subtitle: "Skilled and careful craftsmanship", category: "Service", value: "Expert"},
|
||||
{
|
||||
id: "feat-3",
|
||||
title: "Custom Designs",
|
||||
subtitle: "Tailored to your specific needs",
|
||||
category: "Design",
|
||||
value: "Unique",
|
||||
},
|
||||
id: "feat-3", title: "Custom Designs", subtitle: "Tailored to your specific needs", category: "Design", value: "Unique"},
|
||||
]}
|
||||
title="Why Choose Jireh Fence?"
|
||||
description="We combine professional expertise with reliable service to deliver exceptional results."
|
||||
@@ -180,41 +133,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Cedar Wood Fence",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-field-full-yellow-flowers-trees-old-wooden-fence_181624-16284.jpg",
|
||||
},
|
||||
id: "p1", name: "Cedar Wood Fence", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-field-full-yellow-flowers-trees-old-wooden-fence_181624-16284.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Modern Aluminum",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301080.jpg",
|
||||
},
|
||||
id: "p2", name: "Modern Aluminum", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301080.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Privacy Vinyl",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg",
|
||||
},
|
||||
id: "p3", name: "Privacy Vinyl", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Wrought Iron",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-stairs_1162-144.jpg",
|
||||
},
|
||||
id: "p4", name: "Wrought Iron", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-stairs_1162-144.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chain Link",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shadows-made-by-daylight-city-with-architecture_23-2149451203.jpg",
|
||||
},
|
||||
id: "p5", name: "Chain Link", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/shadows-made-by-daylight-city-with-architecture_23-2149451203.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Ranch Rail",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cross-nature-with-wooden-fence-it_181624-45737.jpg",
|
||||
},
|
||||
id: "p6", name: "Ranch Rail", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cross-nature-with-wooden-fence-it_181624-45737.jpg"},
|
||||
]}
|
||||
title="Our Fence Offerings"
|
||||
description="Explore our variety of high-quality fencing styles designed to enhance your property's value and security."
|
||||
@@ -227,45 +156,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Work",
|
||||
quote: "Jireh Fence transformed our backyard with a beautiful cedar fence. Professional and quick.",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg",
|
||||
},
|
||||
id: "1", title: "Great Work", quote: "Jireh Fence transformed our backyard with a beautiful cedar fence. Professional and quick.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Extremely Happy",
|
||||
quote: "The aluminum gate looks perfect. The team was punctual and tidy throughout.",
|
||||
name: "Michael D.",
|
||||
role: "Property Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7057.jpg",
|
||||
},
|
||||
id: "2", title: "Extremely Happy", quote: "The aluminum gate looks perfect. The team was punctual and tidy throughout.", name: "Michael D.", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7057.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Solid Installation",
|
||||
quote: "Highly recommended for their quality and fair pricing. Our fence is very sturdy.",
|
||||
name: "Emily R.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-carrying-bag-greenhouse_23-2148396841.jpg",
|
||||
},
|
||||
id: "3", title: "Solid Installation", quote: "Highly recommended for their quality and fair pricing. Our fence is very sturdy.", name: "Emily R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-carrying-bag-greenhouse_23-2148396841.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Perfect Privacy",
|
||||
quote: "We finally have the privacy we wanted. Jireh Fence exceeded our expectations.",
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-managing-her-work-from-home-drinking-coffee-looking-laptop-sitting-kitchen_1258-199672.jpg",
|
||||
},
|
||||
id: "4", title: "Perfect Privacy", quote: "We finally have the privacy we wanted. Jireh Fence exceeded our expectations.", name: "David W.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-managing-her-work-from-home-drinking-coffee-looking-laptop-sitting-kitchen_1258-199672.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Reliable Team",
|
||||
quote: "They installed a durable chain link fence for our warehouse. Very efficient.",
|
||||
name: "Robert M.",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447156.jpg",
|
||||
},
|
||||
id: "5", title: "Reliable Team", quote: "They installed a durable chain link fence for our warehouse. Very efficient.", name: "Robert M.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447156.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Building trust, one fence at a time."
|
||||
@@ -278,20 +177,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we provide free onsite estimates for all fence projects.",
|
||||
},
|
||||
id: "f1", title: "Do you offer free estimates?", content: "Yes, we provide free onsite estimates for all fence projects."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long does installation take?",
|
||||
content: "The duration depends on the fence type and size, usually 1-3 days.",
|
||||
},
|
||||
id: "f2", title: "How long does installation take?", content: "The duration depends on the fence type and size, usually 1-3 days."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your materials warrantied?",
|
||||
content: "Yes, we offer warranties on both our installation and materials.",
|
||||
},
|
||||
id: "f3", title: "Are your materials warrantied?", content: "Yes, we offer warranties on both our installation and materials."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Here is what you need to know about our fence installation services."
|
||||
@@ -303,8 +193,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Start Your Project Today"
|
||||
description="Ready for a new fence? Send us your details, and we'll reach out to schedule your free estimate."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-ladder-looking-smart-phone-having-stress_1150-19380.jpg"
|
||||
@@ -318,29 +207,19 @@ export default function LandingPage() {
|
||||
logoText="Jireh Fence Corp"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Fence Installation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Fence Installation", href: "#services"},
|
||||
{
|
||||
label: "Repairs",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Repairs", href: "#services"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user