Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-27 03:35:55 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
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="Pine Mountains Carpentry"
/>
@@ -60,66 +50,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "plain",
}}
variant: "plain"}}
title="Mastery in Every Grain"
description="Pine Mountains Carpentry transforms spaces with high-end cabinetry, bespoke wardrobes, and artisanal woodworking tailored to your vision."
buttons={[
{
text: "View Our Projects",
href: "#products",
},
text: "View Our Projects", href: "#products"},
{
text: "Get a Free Quote",
href: "#contact",
},
text: "Get a Free Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821268.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/tanner-is-out_1098-12788.jpg",
alt: "Tanner is out",
},
src: "http://img.b2bpic.net/free-photo/tanner-is-out_1098-12788.jpg", alt: "Tanner is out"},
{
src: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797720.jpg",
alt: "View of modern and futuristic work space with furniture",
},
src: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797720.jpg", alt: "View of modern and futuristic work space with furniture"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg",
alt: "Medium shot artisan doing woodcutting",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg", alt: "Medium shot artisan doing woodcutting"},
{
src: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797719.jpg",
alt: "View of modern and futuristic work space with furniture",
},
src: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797719.jpg", alt: "View of modern and futuristic work space with furniture"},
{
src: "http://img.b2bpic.net/free-photo/man-cutting-wood-planks_23-2148898063.jpg",
alt: "Man cutting wood planks",
},
src: "http://img.b2bpic.net/free-photo/man-cutting-wood-planks_23-2148898063.jpg", alt: "Man cutting wood planks"},
]}
avatarText="Trusted by 500+ homeowners in Sharjah"
marqueeItems={[
{
type: "text",
text: "Bespoke Joinery",
},
type: "text", text: "Bespoke Joinery"},
{
type: "text",
text: "Precision Crafting",
},
type: "text", text: "Precision Crafting"},
{
type: "text",
text: "High-End Finishes",
},
type: "text", text: "High-End Finishes"},
{
type: "text",
text: "Sustainable Materials",
},
type: "text", text: "Sustainable Materials"},
{
type: "text",
text: "Reliable Service",
},
type: "text", text: "Reliable Service"},
]}
/>
</div>
@@ -144,26 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Cabinetry & Wardrobes",
description: "Custom design, repair, and installation of premium storage solutions.",
tag: "Signature Service",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg",
},
id: "f1", title: "Cabinetry & Wardrobes", description: "Custom design, repair, and installation of premium storage solutions.", tag: "Signature Service", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg"},
{
id: "f2",
title: "Decks & Fencing",
description: "Robust construction and repair of outdoor spaces that stand the test of time.",
tag: "Exterior",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wood-planks-texture_140725-142536.jpg",
},
id: "f2", title: "Decks & Fencing", description: "Robust construction and repair of outdoor spaces that stand the test of time.", tag: "Exterior", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wood-planks-texture_140725-142536.jpg"},
{
id: "f3",
title: "General Carpentry",
description: "Furniture assembly, shelving, and drywall services tailored to your space.",
tag: "Versatile",
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-posing-outdoors_171337-19427.jpg",
},
id: "f3", title: "General Carpentry", description: "Furniture assembly, shelving, and drywall services tailored to your space.", tag: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-posing-outdoors_171337-19427.jpg"},
]}
title="Our Specialized Services"
description="Whether you need custom installations or reliable repairs, we handle every detail with precision."
@@ -178,41 +128,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Bespoke Kitchen Units",
price: "From $1,200",
imageSrc: "http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg",
},
id: "p1", name: "Bespoke Kitchen Units", price: "From $1,200", imageSrc: "http://img.b2bpic.net/free-photo/sage-green-kitchen-fronts-with-white-handles-wood-counter-green-kitchen_169016-71011.jpg"},
{
id: "p2",
name: "Modern Custom Wardrobe",
price: "From $850",
imageSrc: "http://img.b2bpic.net/free-photo/black-kitchen-cabinet-fronts-with-handles-warm-highlights-dark-kitchen_169016-71154.jpg",
},
id: "p2", name: "Modern Custom Wardrobe", price: "From $850", imageSrc: "http://img.b2bpic.net/free-photo/black-kitchen-cabinet-fronts-with-handles-warm-highlights-dark-kitchen_169016-71154.jpg"},
{
id: "p3",
name: "Artisanal Wood Shelving",
price: "From $300",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960742.jpg",
},
id: "p3", name: "Artisanal Wood Shelving", price: "From $300", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960742.jpg"},
{
id: "p4",
name: "Luxury Storage Cabinets",
price: "From $500",
imageSrc: "http://img.b2bpic.net/free-photo/liquid-makeup-foundation-texture-smudges-macro-cosmetics-texture-top-view_633478-1795.jpg",
},
id: "p4", name: "Luxury Storage Cabinets", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/liquid-makeup-foundation-texture-smudges-macro-cosmetics-texture-top-view_633478-1795.jpg"},
{
id: "p5",
name: "Custom Furniture Piece",
price: "From $450",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg",
},
id: "p5", name: "Custom Furniture Piece", price: "From $450", imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg"},
{
id: "p6",
name: "Joinery Detail Solution",
price: "From $250",
imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947465.jpg",
},
id: "p6", name: "Joinery Detail Solution", price: "From $250", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947465.jpg"},
]}
title="Crafted Perfection"
description="Browse our range of high-end carpentry offerings."
@@ -227,20 +153,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "12+",
description: "Verified 5-Star Reviews",
},
id: "m1", value: "100%", description: "Quality Commitment Guarantee"},
{
id: "m2",
value: "5.0",
description: "Customer Satisfaction Rating",
},
id: "m2", value: "12+", description: "Verified 5-Star Reviews"},
{
id: "m3",
value: "100%",
description: "Quality Commitment Guarantee",
},
id: "m3", value: "5.0", description: "Customer Satisfaction Rating"},
]}
title="By The Numbers"
description="Consistently trusted for our commitment to excellence."
@@ -254,47 +171,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Ahmed",
handle: "@sarah_a",
testimonial: "Exceptional service on my kitchen cabinet installation. Professional and clean.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-young-man-cafe-visitor-sitting-with-his-smartphone-listening_1258-314323.jpg",
},
id: "t1", name: "Sarah Ahmed", handle: "@sarah_a", testimonial: "Exceptional service on my kitchen cabinet installation. Professional and clean.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-young-man-cafe-visitor-sitting-with-his-smartphone-listening_1258-314323.jpg"},
{
id: "t2",
name: "Mohammed K.",
handle: "@mo_k",
testimonial: "Very satisfied with the wardrobe design. The team was highly responsive and precise.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-kitchen-looking-tablet_23-2148329345.jpg",
},
id: "t2", name: "Mohammed K.", handle: "@mo_k", testimonial: "Very satisfied with the wardrobe design. The team was highly responsive and precise.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-kitchen-looking-tablet_23-2148329345.jpg"},
{
id: "t3",
name: "Elena Rossi",
handle: "@erossi",
testimonial: "Pine Mountains built our custom shelving. They are the best in Sharjah.",
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-buying-new-apartment-having-house-keys-celebrate-relationship-event-being-property-homeowners-moving-real-estate-flat-together-bought-mortgage-loan_482257-49845.jpg",
},
id: "t3", name: "Elena Rossi", handle: "@erossi", testimonial: "Pine Mountains built our custom shelving. They are the best in Sharjah.", imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-buying-new-apartment-having-house-keys-celebrate-relationship-event-being-property-homeowners-moving-real-estate-flat-together-bought-mortgage-loan_482257-49845.jpg"},
{
id: "t4",
name: "David Miller",
handle: "@dmiller",
testimonial: "They did a fantastic job with our fencing and deck repair. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19607.jpg",
},
id: "t4", name: "David Miller", handle: "@dmiller", testimonial: "They did a fantastic job with our fencing and deck repair. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19607.jpg"},
{
id: "t5",
name: "Layla Saeed",
handle: "@ls_home",
testimonial: "Prompt, professional, and excellent quality. Will definitely hire again.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15654.jpg",
},
id: "t5", name: "Layla Saeed", handle: "@ls_home", testimonial: "Prompt, professional, and excellent quality. Will definitely hire again.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15654.jpg"},
{
id: "t6",
name: "John Doe",
handle: "@johnd",
testimonial: "Best carpentry services in the area. Truly transformed our space.",
imageSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200081.jpg",
},
id: "t6", name: "John Doe", handle: "@johnd", testimonial: "Best carpentry services in the area. Truly transformed our space.", imageSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200081.jpg"},
]}
title="What Our Clients Say"
description="We are proud to have earned the trust and praise of homeowners throughout Sharjah."
@@ -307,20 +194,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer free quotes?",
content: "Yes, we provide consultation and quotes for all carpentry projects.",
},
id: "q1", title: "Do you offer free quotes?", content: "Yes, we provide consultation and quotes for all carpentry projects."},
{
id: "q2",
title: "Where do you operate?",
content: "We primarily serve Industrial Area 12 and the wider Sharjah region.",
},
id: "q2", title: "Where do you operate?", content: "We primarily serve Industrial Area 12 and the wider Sharjah region."},
{
id: "q3",
title: "What services do you provide?",
content: "We offer everything from custom cabinetry and wardrobe installation to deck and fence repair.",
},
id: "q3", title: "What services do you provide?", content: "We offer everything from custom cabinetry and wardrobe installation to deck and fence repair."},
]}
title="Frequently Asked Questions"
description="Have questions about our carpentry services? Find your answers here."
@@ -332,8 +210,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Let's Build Your Dream"
description="Ready to get started on your next carpentry project? Contact us today for a consultation."
@@ -346,13 +223,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Pine Mountains Carpentry"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>