Merge version_1 into main #2
177
src/app/page.tsx
177
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Services", href: "#services" },
|
||||
{ label: "Gallery", href: "#gallery" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Custom Kitchen Cabinets", href: "#services" },
|
||||
{ label: "Built-in Wardrobes", href: "#services" },
|
||||
{ label: "Commercial Joinery", href: "#services" },
|
||||
@@ -41,16 +39,14 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "10/8 Jindalee Pl, Riverwood NSW 2210", href: "https://maps.google.com/?q=10/8+Jindalee+Place+Riverwood+NSW+2210" },
|
||||
{ label: "+61 2 9534 8298", href: "tel:+61295348298" },
|
||||
{ label: "Monday - Friday: 8AM - 5PM", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
@@ -88,17 +84,14 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Craftsmanship Excellence",
|
||||
logoIcon: Hammer,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg",
|
||||
searchPlaceholder: "Explore Our Work",
|
||||
buttons: [
|
||||
title: "Craftsmanship Excellence", logoIcon: Hammer,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg", searchPlaceholder: "Explore Our Work", buttons: [
|
||||
{ text: "View Gallery", href: "#gallery" },
|
||||
{ text: "Our Services", href: "#services" },
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: House },
|
||||
{ icon: Briefcase, active: true },
|
||||
{ icon: MessageSquareText, active: true },
|
||||
{ icon: Settings },
|
||||
],
|
||||
stats: [
|
||||
@@ -106,16 +99,14 @@ export default function HomePage() {
|
||||
{ title: "Projects Completed", values: [250, 350, 450], description: "Custom joinery installations" },
|
||||
{ title: "Client Satisfaction", values: [95, 97, 99], valueSuffix: "%", description: "Quality assurance rating" },
|
||||
],
|
||||
chartTitle: "Project Timeline",
|
||||
chartData: [
|
||||
chartTitle: "Project Timeline", chartData: [
|
||||
{ value: 65 },
|
||||
{ value: 78 },
|
||||
{ value: 82 },
|
||||
{ value: 88 },
|
||||
{ value: 92 },
|
||||
],
|
||||
listTitle: "Recent Projects",
|
||||
listItems: [
|
||||
listTitle: "Recent Projects", listItems: [
|
||||
{ icon: CheckCircle, title: "Modern Kitchen Renovation", status: "Completed" },
|
||||
{ icon: CheckCircle, title: "Custom Wardrobe Installation", status: "Completed" },
|
||||
{ icon: Clock, title: "Commercial Fit-Out", status: "In Progress" },
|
||||
@@ -151,53 +142,23 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Kitchen Design",
|
||||
title: "Custom Kitchen Cabinets",
|
||||
subtitle: "Bespoke kitchen solutions",
|
||||
description: "We design and construct custom kitchen cabinets that combine functionality with elegant aesthetics. From modern minimalist to classic designs, every project is built to the highest standards using premium materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/functional-kitchen-pullout-drawers-matte-blue-fronts_169016-68941.jpg",
|
||||
imageAlt: "Custom Kitchen Cabinets",
|
||||
buttons: [{ text: "Learn More", href: "#gallery" }],
|
||||
tag: "Kitchen Design", title: "Custom Kitchen Cabinets", subtitle: "Bespoke kitchen solutions", description: "We design and construct custom kitchen cabinets that combine functionality with elegant aesthetics. From modern minimalist to classic designs, every project is built to the highest standards using premium materials.", imageSrc: "http://img.b2bpic.net/free-photo/functional-kitchen-pullout-drawers-matte-blue-fronts_169016-68941.jpg", imageAlt: "Custom Kitchen Cabinets", buttons: [{ text: "Learn More", href: "#gallery" }],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Bedroom Storage",
|
||||
title: "Built-in Wardrobes",
|
||||
subtitle: "Maximize your space",
|
||||
description: "Custom-built wardrobes designed to fit your bedroom perfectly. We offer a range of configurations, finishes, and interior organization solutions to maximize storage and style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=1",
|
||||
imageAlt: "Built-in Wardrobes",
|
||||
buttons: [{ text: "Learn More", href: "#gallery" }],
|
||||
tag: "Bedroom Storage", title: "Built-in Wardrobes", subtitle: "Maximize your space", description: "Custom-built wardrobes designed to fit your bedroom perfectly. We offer a range of configurations, finishes, and interior organization solutions to maximize storage and style.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Built-in Wardrobes", buttons: [{ text: "Learn More", href: "#gallery" }],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Commercial",
|
||||
title: "Commercial Joinery",
|
||||
subtitle: "Professional installations",
|
||||
description: "From office fit-outs to retail displays, we provide comprehensive commercial joinery solutions. Our team handles large-scale projects with precision and professionalism.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg",
|
||||
imageAlt: "Commercial Joinery",
|
||||
buttons: [{ text: "Learn More", href: "#gallery" }],
|
||||
tag: "Commercial", title: "Commercial Joinery", subtitle: "Professional installations", description: "From office fit-outs to retail displays, we provide comprehensive commercial joinery solutions. Our team handles large-scale projects with precision and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg", imageAlt: "Commercial Joinery", buttons: [{ text: "Learn More", href: "#gallery" }],
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Renovation",
|
||||
title: "Home Renovation Carpentry",
|
||||
subtitle: "Complete renovation services",
|
||||
description: "Whether it's a kitchen renovation, bathroom upgrade, or complete interior transformation, our experienced team brings your vision to life with quality craftsmanship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-carpenter-cutting-wooden-board-with-hand-saw-workshop_1163-3136.jpg?_wi=1",
|
||||
imageAlt: "Home Renovation Carpentry",
|
||||
buttons: [{ text: "Learn More", href: "#gallery" }],
|
||||
tag: "Renovation", title: "Home Renovation Carpentry", subtitle: "Complete renovation services", description: "Whether it's a kitchen renovation, bathroom upgrade, or complete interior transformation, our experienced team brings your vision to life with quality craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/young-carpenter-cutting-wooden-board-with-hand-saw-workshop_1163-3136.jpg", imageAlt: "Home Renovation Carpentry", buttons: [{ text: "Learn More", href: "#gallery" }],
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Bespoke",
|
||||
title: "Timber Furniture & Fittings",
|
||||
subtitle: "Handcrafted pieces",
|
||||
description: "Custom timber furniture and decorative fittings that add character to any space. Each piece is carefully crafted to match your interior design and personal style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg",
|
||||
imageAlt: "Timber Furniture",
|
||||
buttons: [{ text: "Learn More", href: "#gallery" }],
|
||||
tag: "Bespoke", title: "Timber Furniture & Fittings", subtitle: "Handcrafted pieces", description: "Custom timber furniture and decorative fittings that add character to any space. Each piece is carefully crafted to match your interior design and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg", imageAlt: "Timber Furniture", buttons: [{ text: "Learn More", href: "#gallery" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -216,61 +177,21 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Modern Kitchen Installation",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg",
|
||||
imageAlt: "Modern Kitchen Cabinets",
|
||||
},
|
||||
id: "1", name: "Modern Kitchen Installation", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", imageAlt: "Modern Kitchen Cabinets"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bedroom Wardrobe",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=2",
|
||||
imageAlt: "Built-in Bedroom Wardrobe",
|
||||
},
|
||||
id: "2", name: "Bedroom Wardrobe", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Built-in Bedroom Wardrobe"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Wooden Storage Cabinet",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-opens-modern-kitchen-drawer-minimal-storage_169016-71025.jpg",
|
||||
imageAlt: "Custom Wooden Storage Cabinet",
|
||||
},
|
||||
id: "3", name: "Wooden Storage Cabinet", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/hand-opens-modern-kitchen-drawer-minimal-storage_169016-71025.jpg", imageAlt: "Custom Wooden Storage Cabinet"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Craftsman at Work",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-occupation-craftsmanship-carpentry-concept_53876-23060.jpg",
|
||||
imageAlt: "Carpenter Working on Custom Joinery",
|
||||
},
|
||||
id: "4", name: "Craftsman at Work", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/handyman-occupation-craftsmanship-carpentry-concept_53876-23060.jpg", imageAlt: "Carpenter Working on Custom Joinery"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Interior Wood Paneling",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg",
|
||||
imageAlt: "Premium Interior Wood Finishing",
|
||||
},
|
||||
id: "5", name: "Interior Wood Paneling", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg", imageAlt: "Premium Interior Wood Finishing"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Bathroom Vanity Unit",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-holding-white-drawer-store_181624-51792.jpg",
|
||||
imageAlt: "Custom Timber Bathroom Vanity",
|
||||
},
|
||||
id: "6", name: "Bathroom Vanity Unit", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-holding-white-drawer-store_181624-51792.jpg", imageAlt: "Custom Timber Bathroom Vanity"},
|
||||
{
|
||||
id: "7",
|
||||
name: "Storage Solutions",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947464.jpg",
|
||||
imageAlt: "Built-in Storage Solutions",
|
||||
},
|
||||
id: "7", name: "Storage Solutions", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947464.jpg", imageAlt: "Built-in Storage Solutions"},
|
||||
{
|
||||
id: "8",
|
||||
name: "Office Fitted Furniture",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-cheerful-business-colleagues-watching-content-computer-monitor-smiling-laughing-while-sitting-workplace-business-communication-concept_74855-11647.jpg",
|
||||
imageAlt: "Professional Office Fitted Furniture",
|
||||
},
|
||||
id: "8", name: "Office Fitted Furniture", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/couple-cheerful-business-colleagues-watching-content-computer-monitor-smiling-laughing-while-sitting-workplace-business-communication-concept_74855-11647.jpg", imageAlt: "Professional Office Fitted Furniture"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -286,59 +207,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Kitchen Transformation",
|
||||
quote: "The kitchen cabinets were built perfectly. Excellent craftsmanship and very professional service. I couldn't be happier with the result.",
|
||||
name: "Michael T.",
|
||||
role: "Homeowner - Riverwood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Michael T.",
|
||||
},
|
||||
id: "1", title: "Excellent Kitchen Transformation", quote: "The kitchen cabinets were built perfectly. Excellent craftsmanship and very professional service. I couldn't be happier with the result.", name: "Michael T.", role: "Homeowner - Riverwood", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael T."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Outstanding Wardrobe Installation",
|
||||
quote: "Reliable and high-quality joinery work. The custom wardrobe fits perfectly and the attention to detail is impressive. Highly recommended!",
|
||||
name: "Sarah L.",
|
||||
role: "Homeowner - Earlwood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Sarah L.",
|
||||
},
|
||||
id: "2", title: "Outstanding Wardrobe Installation", quote: "Reliable and high-quality joinery work. The custom wardrobe fits perfectly and the attention to detail is impressive. Highly recommended!", name: "Sarah L.", role: "Homeowner - Earlwood", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah L."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Professional and Friendly Team",
|
||||
quote: "Great attention to detail and very friendly team. They completed the project on time and within budget. Will definitely recommend to friends.",
|
||||
name: "David R.",
|
||||
role: "Homeowner - Hurstville",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "David R.",
|
||||
},
|
||||
id: "3", title: "Professional and Friendly Team", quote: "Great attention to detail and very friendly team. They completed the project on time and within budget. Will definitely recommend to friends.", name: "David R.", role: "Homeowner - Hurstville", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David R."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Premium Commercial Work",
|
||||
quote: "Outstanding commercial joinery work for our office. The team was professional, punctual, and delivered exactly what we needed. Highly satisfied.",
|
||||
name: "Jennifer M.",
|
||||
role: "Business Owner - Kogarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Jennifer M.",
|
||||
},
|
||||
id: "4", title: "Premium Commercial Work", quote: "Outstanding commercial joinery work for our office. The team was professional, punctual, and delivered exactly what we needed. Highly satisfied.", name: "Jennifer M.", role: "Business Owner - Kogarah", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer M."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Bathroom Renovation Success",
|
||||
quote: "The custom bathroom vanity is absolutely stunning. The craftsmanship is exceptional and it has transformed our entire bathroom.",
|
||||
name: "Robert K.",
|
||||
role: "Homeowner - Punchbowl",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Robert K.",
|
||||
},
|
||||
id: "5", title: "Bathroom Renovation Success", quote: "The custom bathroom vanity is absolutely stunning. The craftsmanship is exceptional and it has transformed our entire bathroom.", name: "Robert K.", role: "Homeowner - Punchbowl", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert K."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Perfect Fit and Finish",
|
||||
quote: "I-Joinery delivered beyond expectations. The custom cabinetry is perfectly fitted and beautifully finished. A true professional service.",
|
||||
name: "Amanda S.",
|
||||
role: "Homeowner - Kingsgrove",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "Amanda S.",
|
||||
},
|
||||
id: "6", title: "Perfect Fit and Finish", quote: "I-Joinery delivered beyond expectations. The custom cabinetry is perfectly fitted and beautifully finished. A true professional service.", name: "Amanda S.", role: "Homeowner - Kingsgrove", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amanda S."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user