Merge version_1_1781414967955 into main #2
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "#services"
|
||||
"name": "Services", "href": "#services"
|
||||
},
|
||||
{
|
||||
"name": "Projects",
|
||||
"href": "#projects"
|
||||
"name": "Projects", "href": "#projects"
|
||||
},
|
||||
{
|
||||
"name": "Pricing",
|
||||
"href": "#pricing"
|
||||
"name": "Pricing", "href": "#pricing"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
"name": "Hero", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Features",
|
||||
"href": "#features"
|
||||
"name": "Features", "href": "#features"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Testimonials", "href": "#testimonials"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Dreamscape"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/handyman-s-hand-taking-out-white-visiting-card-from-pocket_23-2147945083.jpg"
|
||||
ctaButton={{
|
||||
text: "Book Consult",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Consult", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -56,37 +48,23 @@ export default function Layout() {
|
||||
<FooterBasic
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Landscaping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Landscaping", href: "#"},
|
||||
{
|
||||
label: "Irrigation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Irrigation", href: "#"},
|
||||
{
|
||||
label: "Construction",
|
||||
href: "#",
|
||||
},
|
||||
label: "Construction", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Projects", href: "#projects"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -18,14 +18,10 @@ export default function HomePage() {
|
||||
brand="Dreamscape (Pvt.) Ltd"
|
||||
description="Transforming spaces into sustainable sanctuaries through professional landscape design, irrigation mastery, and precision construction."
|
||||
primaryButton={{
|
||||
text: "Free Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Free Consultation", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "View Projects",
|
||||
href: "#projects",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=1"
|
||||
text: "View Projects", href: "#projects"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -38,22 +34,13 @@ export default function HomePage() {
|
||||
description="At Dreamscape, we believe every outdoor space deserves to be a work of art. From initial site planning to structural construction and maintenance, our experts manage every detail."
|
||||
items={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Expert Planning",
|
||||
description: "Precision-led landscape and city planning.",
|
||||
},
|
||||
icon: "CheckCircle", title: "Expert Planning", description: "Precision-led landscape and city planning."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Eco-Conscious",
|
||||
description: "Sustainable irrigation and rainwater harvesting.",
|
||||
},
|
||||
icon: "Leaf", title: "Eco-Conscious", description: "Sustainable irrigation and rainwater harvesting."},
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Quality Construction",
|
||||
description: "Durable masonry and structural work.",
|
||||
},
|
||||
icon: "Building2", title: "Quality Construction", description: "Durable masonry and structural work."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317260.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317260.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -66,31 +53,19 @@ export default function HomePage() {
|
||||
description="Dedicated to bringing your dream landscape to life with technology-backed solutions."
|
||||
items={[
|
||||
{
|
||||
title: "Irrigation Systems",
|
||||
tags: [
|
||||
"Sprinklers",
|
||||
"Design",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-s-hand-taking-out-white-visiting-card-from-pocket_23-2147945083.jpg",
|
||||
imageAlt: "landscape architecture company logo",
|
||||
title: "Irrigation Systems", tags: [
|
||||
"Sprinklers", "Design"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-s-hand-taking-out-white-visiting-card-from-pocket_23-2147945083.jpg"
|
||||
},
|
||||
{
|
||||
title: "Masonry & Stonework",
|
||||
tags: [
|
||||
"Construction",
|
||||
"Walls",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=2",
|
||||
imageAlt: "landscape architecture company logo",
|
||||
title: "Masonry & Stonework", tags: [
|
||||
"Construction", "Walls"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg"
|
||||
},
|
||||
{
|
||||
title: "Garden Maintenance",
|
||||
tags: [
|
||||
"Pest Control",
|
||||
"Care",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317260.jpg?_wi=2",
|
||||
imageAlt: "landscape architecture company logo",
|
||||
title: "Garden Maintenance", tags: [
|
||||
"Pest Control", "Care"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317260.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -105,40 +80,19 @@ export default function HomePage() {
|
||||
description="A glimpse into our finished installations and design projects."
|
||||
items={[
|
||||
{
|
||||
title: "Custom Decks",
|
||||
description: "Wooden work",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575643.jpg",
|
||||
},
|
||||
title: "Custom Decks", description: "Wooden work", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575643.jpg"},
|
||||
{
|
||||
title: "Advanced Drainage",
|
||||
description: "Water management",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg",
|
||||
},
|
||||
title: "Advanced Drainage", description: "Water management", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg"},
|
||||
{
|
||||
title: "Water Features",
|
||||
description: "Pond filtration",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-couple-date-are-kissing-fountain-background_613910-10078.jpg",
|
||||
},
|
||||
title: "Water Features", description: "Pond filtration", imageSrc: "http://img.b2bpic.net/free-photo/attractive-couple-date-are-kissing-fountain-background_613910-10078.jpg"},
|
||||
{
|
||||
title: "Sod Installation",
|
||||
description: "Healthy lawn layout",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-psushing-wheelbarrow-full-seedling_329181-20532.jpg",
|
||||
},
|
||||
title: "Sod Installation", description: "Healthy lawn layout", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-psushing-wheelbarrow-full-seedling_329181-20532.jpg"},
|
||||
{
|
||||
title: "Stone Paths",
|
||||
description: "Stonemasonry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way-garden_74190-3730.jpg",
|
||||
},
|
||||
title: "Stone Paths", description: "Stonemasonry", imageSrc: "http://img.b2bpic.net/free-photo/path-way-garden_74190-3730.jpg"},
|
||||
{
|
||||
title: "Site Design",
|
||||
description: "Strategic planning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-using-ruler-his-project-close-up_23-2148242906.jpg",
|
||||
},
|
||||
title: "Site Design", description: "Strategic planning", imageSrc: "http://img.b2bpic.net/free-photo/architect-using-ruler-his-project-close-up_23-2148242906.jpg"},
|
||||
{
|
||||
title: "Garden Decor",
|
||||
description: "Artistic accents",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purple-gardening-concept-with-watering-can_23-2147687338.jpg",
|
||||
},
|
||||
title: "Garden Decor", description: "Artistic accents", imageSrc: "http://img.b2bpic.net/free-photo/purple-gardening-concept-with-watering-can_23-2147687338.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -152,34 +106,16 @@ export default function HomePage() {
|
||||
description="Transparent pricing for high-quality landscaping."
|
||||
plans={[
|
||||
{
|
||||
tag: "Starter",
|
||||
price: "Free",
|
||||
description: "Perfect for minor garden planning.",
|
||||
features: [
|
||||
"Consultation",
|
||||
"Site Visit",
|
||||
"Estimate",
|
||||
],
|
||||
tag: "Starter", price: "Free", description: "Perfect for minor garden planning.", features: [
|
||||
"Consultation", "Site Visit", "Estimate"],
|
||||
},
|
||||
{
|
||||
tag: "Essential",
|
||||
price: "Custom",
|
||||
description: "Comprehensive design and build.",
|
||||
features: [
|
||||
"Full Planning",
|
||||
"Irrigation",
|
||||
"Materials",
|
||||
],
|
||||
tag: "Essential", price: "Custom", description: "Comprehensive design and build.", features: [
|
||||
"Full Planning", "Irrigation", "Materials"],
|
||||
},
|
||||
{
|
||||
tag: "Enterprise",
|
||||
price: "Quote",
|
||||
description: "Full-scale construction & infrastructure.",
|
||||
features: [
|
||||
"City Planning",
|
||||
"Filtration",
|
||||
"Full Maintenance",
|
||||
],
|
||||
tag: "Enterprise", price: "Quote", description: "Full-scale construction & infrastructure.", features: [
|
||||
"City Planning", "Filtration", "Full Maintenance"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -194,35 +130,15 @@ export default function HomePage() {
|
||||
description="Trusted by hundreds of homeowners across Islamabad."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Amina Khan",
|
||||
role: "Homeowner",
|
||||
quote: "Dreamscape transformed my barren backyard into an oasis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-girl-with-headphones-laughing-autumn-garden-blonde-female-student-posing-with-book-smiling_197531-25999.jpg",
|
||||
},
|
||||
name: "Amina Khan", role: "Homeowner", quote: "Dreamscape transformed my barren backyard into an oasis.", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-girl-with-headphones-laughing-autumn-garden-blonde-female-student-posing-with-book-smiling_197531-25999.jpg"},
|
||||
{
|
||||
name: "Bilal Ahmed",
|
||||
role: "Real Estate Developer",
|
||||
quote: "Professional, on-time, and excellent structural work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-decorating-home_23-2150633265.jpg",
|
||||
},
|
||||
name: "Bilal Ahmed", role: "Real Estate Developer", quote: "Professional, on-time, and excellent structural work.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-decorating-home_23-2150633265.jpg"},
|
||||
{
|
||||
name: "Sara Malik",
|
||||
role: "Homeowner",
|
||||
quote: "The sprinkler system installation was seamless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-plants_23-2148175912.jpg",
|
||||
},
|
||||
name: "Sara Malik", role: "Homeowner", quote: "The sprinkler system installation was seamless.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-plants_23-2148175912.jpg"},
|
||||
{
|
||||
name: "Omar Farooq",
|
||||
role: "Architect",
|
||||
quote: "Reliable partner for complex drainage design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg",
|
||||
},
|
||||
name: "Omar Farooq", role: "Architect", quote: "Reliable partner for complex drainage design.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg"},
|
||||
{
|
||||
name: "Fatima Zahra",
|
||||
role: "Resident",
|
||||
quote: "Best pest control and lawn care in Gulberg.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg",
|
||||
},
|
||||
name: "Fatima Zahra", role: "Resident", quote: "Best pest control and lawn care in Gulberg.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -236,17 +152,11 @@ export default function HomePage() {
|
||||
description="Everything you need to know about our services."
|
||||
items={[
|
||||
{
|
||||
question: "Do you offer free estimates?",
|
||||
answer: "Yes, we provide free consultations and estimates for all new projects.",
|
||||
},
|
||||
question: "Do you offer free estimates?", answer: "Yes, we provide free consultations and estimates for all new projects."},
|
||||
{
|
||||
question: "What areas do you serve?",
|
||||
answer: "We primarily operate in Islamabad and surrounding areas.",
|
||||
},
|
||||
question: "What areas do you serve?", answer: "We primarily operate in Islamabad and surrounding areas."},
|
||||
{
|
||||
question: "Do you provide long-term maintenance?",
|
||||
answer: "Absolutely, we have specialized packages for regular garden and sprinkler maintenance.",
|
||||
},
|
||||
question: "Do you provide long-term maintenance?", answer: "Absolutely, we have specialized packages for regular garden and sprinkler maintenance."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -258,13 +168,9 @@ export default function HomePage() {
|
||||
tag="Get in Touch"
|
||||
text="Ready to redefine your landscape? Contact us today for a free estimate or to discuss your vision."
|
||||
primaryButton={{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/923476550848",
|
||||
}}
|
||||
text: "WhatsApp Us", href: "https://wa.me/923476550848"}},
|
||||
secondaryButton={{
|
||||
text: "Directions",
|
||||
href: "https://maps.app.goo.gl/...",
|
||||
}}
|
||||
text: "Directions", href: "https://maps.app.goo.gl/..."}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user