Merge version_1 into main #2
212
src/app/page.tsx
212
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Architecture Design", href: "/" },
|
||||
{ label: "Interior Design", href: "/" },
|
||||
{ label: "Custom Furniture", href: "/" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Our Process", href: "/" },
|
||||
@@ -44,8 +42,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 1800-270-1339", href: "tel:1800-270-1339" },
|
||||
{ label: "WhatsApp: Available", href: "https://wa.me/918886651339" },
|
||||
{ label: "Nellore, Andhra Pradesh", href: "#" },
|
||||
@@ -54,8 +51,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -70,7 +66,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -80,9 +76,7 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Free Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Consultation", href: "/contact"}}
|
||||
brandName="Hitechstuff"
|
||||
/>
|
||||
</div>
|
||||
@@ -96,49 +90,27 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:1800-270-1339",
|
||||
},
|
||||
text: "Call Now", href: "tel:1800-270-1339"},
|
||||
{
|
||||
text: "Get Free Design Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Free Design Consultation", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "floatingGradient" as const,
|
||||
variant: "radial-gradient" as const,
|
||||
}}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg?_wi=1",
|
||||
imageAlt: "Luxury luxury interior design showcase",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg", imageAlt: "Luxury luxury interior design showcase"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-kitchen_1157-22126.jpg?_wi=1",
|
||||
imageAlt: "Modern modular kitchen design",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-kitchen_1157-22126.jpg", imageAlt: "Modern modular kitchen design"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-kids-having-fun-sofa_23-2147664033.jpg?_wi=1",
|
||||
imageAlt: "Contemporary living room interior",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mother-kids-having-fun-sofa_23-2147664033.jpg", imageAlt: "Contemporary living room interior"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg?_wi=1",
|
||||
imageAlt: "Luxury bedroom interior design",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg", imageAlt: "Luxury bedroom interior design"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-kitchen-area-modern-office-with-long-wooden-table-chairs_181624-17912.jpg?_wi=1",
|
||||
imageAlt: "Modern office interior setup",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/interior-kitchen-area-modern-office-with-long-wooden-table-chairs_181624-17912.jpg", imageAlt: "Modern office interior setup"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-guests-are-sitting-sofa-journalist-taking-interview-morning-show_1157-47942.jpg?_wi=1",
|
||||
imageAlt: "Home theater entertainment room",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/female-guests-are-sitting-sofa-journalist-taking-interview-morning-show_1157-47942.jpg", imageAlt: "Home theater entertainment room"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -153,32 +125,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.8",
|
||||
title: "★ Google Rating",
|
||||
description: "140+ Happy Clients",
|
||||
icon: Star,
|
||||
id: "1", value: "4.8", title: "★ Google Rating", description: "140+ Happy Clients", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
description: "Industry Excellence",
|
||||
icon: Award,
|
||||
id: "2", value: "10+", title: "Years Experience", description: "Industry Excellence", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
description: "End-to-End Execution",
|
||||
icon: CheckCircle,
|
||||
id: "3", value: "500+", title: "Projects Completed", description: "End-to-End Execution", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "100%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Quality Guaranteed",
|
||||
icon: ThumbsUp,
|
||||
id: "4", value: "100%", title: "Client Satisfaction", description: "Quality Guaranteed", icon: ThumbsUp,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -197,46 +153,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Architecture Design",
|
||||
description: "Professional architectural planning and space optimization for residential and commercial projects with detailed 3D visualization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-kitchen-area-modern-office-with-long-wooden-table-chairs_181624-17912.jpg?_wi=2",
|
||||
imageAlt: "Architecture design services",
|
||||
},
|
||||
title: "Architecture Design", description: "Professional architectural planning and space optimization for residential and commercial projects with detailed 3D visualization.", imageSrc: "http://img.b2bpic.net/free-photo/interior-kitchen-area-modern-office-with-long-wooden-table-chairs_181624-17912.jpg", imageAlt: "Architecture design services"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Interior Design",
|
||||
description: "Complete interior design services including color schemes, furniture selection, lighting design, and space planning tailored to your vision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-kids-having-fun-sofa_23-2147664033.jpg?_wi=2",
|
||||
imageAlt: "Interior design services",
|
||||
},
|
||||
title: "Interior Design", description: "Complete interior design services including color schemes, furniture selection, lighting design, and space planning tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/mother-kids-having-fun-sofa_23-2147664033.jpg", imageAlt: "Interior design services"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Custom Furniture",
|
||||
description: "Bespoke furniture solutions designed specifically for your space, combining aesthetics with functionality and quality materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg?_wi=2",
|
||||
imageAlt: "Custom furniture design",
|
||||
},
|
||||
title: "Custom Furniture", description: "Bespoke furniture solutions designed specifically for your space, combining aesthetics with functionality and quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg", imageAlt: "Custom furniture design"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Modular Kitchen",
|
||||
description: "Innovative modular kitchen designs maximizing storage and workflow efficiency with premium materials and modern aesthetics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-kitchen_1157-22126.jpg?_wi=2",
|
||||
imageAlt: "Modular kitchen design",
|
||||
},
|
||||
title: "Modular Kitchen", description: "Innovative modular kitchen designs maximizing storage and workflow efficiency with premium materials and modern aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-kitchen_1157-22126.jpg", imageAlt: "Modular kitchen design"},
|
||||
{
|
||||
id: 5,
|
||||
title: "Home Theater Installation",
|
||||
description: "Professional home theater setup with premium audio-visual systems, acoustic design, and comfortable viewing spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-guests-are-sitting-sofa-journalist-taking-interview-morning-show_1157-47942.jpg?_wi=2",
|
||||
imageAlt: "Home theater installation",
|
||||
},
|
||||
title: "Home Theater Installation", description: "Professional home theater setup with premium audio-visual systems, acoustic design, and comfortable viewing spaces.", imageSrc: "http://img.b2bpic.net/free-photo/female-guests-are-sitting-sofa-journalist-taking-interview-morning-show_1157-47942.jpg", imageAlt: "Home theater installation"},
|
||||
{
|
||||
id: 6,
|
||||
title: "Civil Work & Execution",
|
||||
description: "Complete project execution from structural work to finishing, managed by our experienced team with quality assurance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-kitchen-area-modern-office-with-long-wooden-table-chairs_181624-17912.jpg?_wi=3",
|
||||
imageAlt: "Civil work execution",
|
||||
},
|
||||
title: "Civil Work & Execution", description: "Complete project execution from structural work to finishing, managed by our experienced team with quality assurance.", imageSrc: "http://img.b2bpic.net/free-photo/interior-kitchen-area-modern-office-with-long-wooden-table-chairs_181624-17912.jpg", imageAlt: "Civil work execution"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -252,37 +184,25 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Custom Designs",
|
||||
description: "Every project is uniquely designed for your specific needs, lifestyle, and preferences",
|
||||
icon: Palette,
|
||||
title: "Custom Designs", description: "Every project is uniquely designed for your specific needs, lifestyle, and preferences", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description: "We use only high-quality, durable materials that ensure longevity and aesthetic appeal",
|
||||
icon: Shield,
|
||||
title: "Premium Materials", description: "We use only high-quality, durable materials that ensure longevity and aesthetic appeal", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "Professional design services at reasonable prices without compromising on quality",
|
||||
icon: DollarSign,
|
||||
title: "Affordable Pricing", description: "Professional design services at reasonable prices without compromising on quality", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "End-to-End Execution",
|
||||
description: "From design concept to final delivery, we manage every phase of your project professionally",
|
||||
icon: CheckCircle,
|
||||
title: "End-to-End Execution", description: "From design concept to final delivery, we manage every phase of your project professionally", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "3D Visualization",
|
||||
description: "See your space before construction with detailed 3D renderings and design previews",
|
||||
icon: Eye,
|
||||
title: "3D Visualization", description: "See your space before construction with detailed 3D renderings and design previews", icon: Eye,
|
||||
},
|
||||
{
|
||||
title: "Professional Installation",
|
||||
description: "Expert installation team ensuring perfect execution and timely project completion",
|
||||
icon: Zap,
|
||||
title: "Professional Installation", description: "Expert installation team ensuring perfect execution and timely project completion", icon: Zap,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/armchair-couch-with-cushions_1203-763.jpg"
|
||||
imageAlt="Hitechstuff design excellence"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
@@ -299,59 +219,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@rajesh_villa",
|
||||
testimonial: "Excellent service and quality maintained to its best. Hitechstuff transformed our villa into a dream home. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", handle: "@rajesh_villa", testimonial: "Excellent service and quality maintained to its best. Hitechstuff transformed our villa into a dream home. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_home_design",
|
||||
testimonial: "Got my office furniture at a decent price with great quality. The team was professional and delivered on time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-infographics-brochure_1284-14309.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", handle: "@priya_home_design", testimonial: "Got my office furniture at a decent price with great quality. The team was professional and delivered on time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-infographics-brochure_1284-14309.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vijay Reddy",
|
||||
handle: "@vijay_nellore",
|
||||
testimonial: "They turned our house into a beautiful dream home. The attention to detail and creativity was outstanding!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-business-woman-greeting-sign_1149-1795.jpg?_wi=1",
|
||||
imageAlt: "Vijay Reddy",
|
||||
},
|
||||
id: "3", name: "Vijay Reddy", handle: "@vijay_nellore", testimonial: "They turned our house into a beautiful dream home. The attention to detail and creativity was outstanding!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-business-woman-greeting-sign_1149-1795.jpg", imageAlt: "Vijay Reddy"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Patel",
|
||||
handle: "@anjali_interiors",
|
||||
testimonial: "Very professional team, great communication, and the final result exceeded our expectations. Worth every penny!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
|
||||
imageAlt: "Anjali Patel",
|
||||
},
|
||||
id: "4", name: "Anjali Patel", handle: "@anjali_interiors", testimonial: "Very professional team, great communication, and the final result exceeded our expectations. Worth every penny!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg", imageAlt: "Anjali Patel"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sanjay Rao",
|
||||
handle: "@sanjay_designs",
|
||||
testimonial: "Amazing design consultation and execution. They understood our vision perfectly and delivered amazing results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg",
|
||||
imageAlt: "Sanjay Rao",
|
||||
},
|
||||
id: "5", name: "Sanjay Rao", handle: "@sanjay_designs", testimonial: "Amazing design consultation and execution. They understood our vision perfectly and delivered amazing results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", imageAlt: "Sanjay Rao"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Meera Singh",
|
||||
handle: "@meera_home",
|
||||
testimonial: "Superb quality furniture and design. The team was very cooperative and helped us stay within our budget.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-joyful-guy-grey-jacket-shirt-wears-glasses-gray_291650-1303.jpg",
|
||||
imageAlt: "Meera Singh",
|
||||
},
|
||||
id: "6", name: "Meera Singh", handle: "@meera_home", testimonial: "Superb quality furniture and design. The team was very cooperative and helped us stay within our budget.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-joyful-guy-grey-jacket-shirt-wears-glasses-gray_291650-1303.jpg", imageAlt: "Meera Singh"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -369,13 +253,9 @@ export default function HomePage() {
|
||||
description="Let's work together to transform your space into something extraordinary. Our expert team is ready to bring your vision to life with premium designs and professional execution."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 1800-270-1339",
|
||||
href: "tel:1800-270-1339",
|
||||
},
|
||||
text: "Call Now: 1800-270-1339", href: "tel:1800-270-1339"},
|
||||
{
|
||||
text: "Get Free Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Free Consultation", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
|
||||
@@ -9,17 +9,16 @@ import { MessageSquare, Lightbulb } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Architecture Design", href: "/services" },
|
||||
{ label: "Interior Design", href: "/services" },
|
||||
{ label: "Custom Furniture", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Portfolio", href: "/#portfolio" },
|
||||
{ label: "Our Process", href: "/services#process" },
|
||||
{ label: "Testimonials", href: "/#testimonials" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 1800-270-1339", href: "tel:1800-270-1339" },
|
||||
{ label: "WhatsApp: Available", href: "https://wa.me/918886651339" },
|
||||
{ label: "Nellore, Andhra Pradesh", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -63,7 +59,7 @@ export default function ServicesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -74,9 +70,7 @@ export default function ServicesPage() {
|
||||
brandName="Hitechstuff"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Free Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,26 +82,14 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Architecture Design",
|
||||
description: "Professional architectural planning and space optimization for residential and commercial projects with detailed 3D visualization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-kitchen-area-modern-office-with-long-wooden-table-chairs_181624-17912.jpg?_wi=4",
|
||||
imageAlt: "Architecture design services",
|
||||
},
|
||||
id: 1,
|
||||
title: "Architecture Design", description: "Professional architectural planning and space optimization for residential and commercial projects with detailed 3D visualization.", imageSrc: "http://img.b2bpic.net/free-photo/interior-kitchen-area-modern-office-with-long-wooden-table-chairs_181624-17912.jpg", imageAlt: "Architecture design services"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Interior Design",
|
||||
description: "Complete interior design services including color schemes, furniture selection, lighting design, and space planning tailored to your vision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-kids-having-fun-sofa_23-2147664033.jpg?_wi=3",
|
||||
imageAlt: "Interior design services",
|
||||
},
|
||||
id: 2,
|
||||
title: "Interior Design", description: "Complete interior design services including color schemes, furniture selection, lighting design, and space planning tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/mother-kids-having-fun-sofa_23-2147664033.jpg", imageAlt: "Interior design services"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Custom Furniture",
|
||||
description: "Bespoke furniture solutions designed specifically for your space, combining aesthetics with functionality and quality materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg?_wi=3",
|
||||
imageAlt: "Custom furniture design",
|
||||
},
|
||||
id: 3,
|
||||
title: "Custom Furniture", description: "Bespoke furniture solutions designed specifically for your space, combining aesthetics with functionality and quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg", imageAlt: "Custom furniture design"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -123,26 +105,14 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Initial Consultation",
|
||||
description: "We meet with you to understand your requirements, budget, timeline, and design preferences in detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-kitchen-area-modern-office-with-long-wooden-table-chairs_181624-17912.jpg?_wi=5",
|
||||
imageAlt: "Consultation meeting",
|
||||
},
|
||||
id: 1,
|
||||
title: "Initial Consultation", description: "We meet with you to understand your requirements, budget, timeline, and design preferences in detail.", imageSrc: "http://img.b2bpic.net/free-photo/interior-kitchen-area-modern-office-with-long-wooden-table-chairs_181624-17912.jpg", imageAlt: "Consultation meeting"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Design & Visualization",
|
||||
description: "Our team creates detailed designs and 3D renderings showing your space before any construction begins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-kids-having-fun-sofa_23-2147664033.jpg?_wi=4",
|
||||
imageAlt: "3D design visualization",
|
||||
},
|
||||
id: 2,
|
||||
title: "Design & Visualization", description: "Our team creates detailed designs and 3D renderings showing your space before any construction begins.", imageSrc: "http://img.b2bpic.net/free-photo/mother-kids-having-fun-sofa_23-2147664033.jpg", imageAlt: "3D design visualization"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Execution & Installation",
|
||||
description: "Professional team executes the design with precision, managing all aspects of construction and installation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg?_wi=4",
|
||||
imageAlt: "Project execution",
|
||||
},
|
||||
id: 3,
|
||||
title: "Execution & Installation", description: "Professional team executes the design with precision, managing all aspects of construction and installation.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg", imageAlt: "Project execution"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -159,18 +129,13 @@ export default function ServicesPage() {
|
||||
description="Visit us, call us, or fill out the form below. We're here to answer all your design questions and schedule your free consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call: 1800-270-1339",
|
||||
href: "tel:1800-270-1339",
|
||||
},
|
||||
text: "Call: 1800-270-1339", href: "tel:1800-270-1339"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/918886651339",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/918886651339"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user