diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index b4ba43a..d606f7e 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -11,8 +11,7 @@ import { Award } from "lucide-react"; export default function PortfolioPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, @@ -20,8 +19,7 @@ export default function PortfolioPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Kitchen Renovation", href: "/services" }, { label: "Bathroom Renovation", href: "/services" }, { label: "Living Space Redesign", href: "/services" }, @@ -29,8 +27,7 @@ export default function PortfolioPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -76,65 +73,23 @@ export default function PortfolioPage() { tagAnimation="slide-up" products={[ { - id: "1", - brand: "Wah Wai", - name: "Luxury Marina Bay Apartment", - price: "Completed 2024", - rating: 5, - reviewCount: "12.8k", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-file-posing-office_23-2147668798.jpg?_wi=2", - imageAlt: "Luxury apartment renovation", - }, + id: "1", brand: "Wah Wai", name: "Luxury Marina Bay Apartment", price: "Completed 2024", rating: 5, + reviewCount: "12.8k", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-file-posing-office_23-2147668798.jpg", imageAlt: "Luxury apartment renovation"}, { - id: "2", - brand: "Wah Wai", - name: "Tech Startup Office Renovation", - price: "Completed 2024", - rating: 5, - reviewCount: "9.3k", - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899443.jpg?_wi=4", - imageAlt: "Commercial office space renovation", - }, + id: "2", brand: "Wah Wai", name: "Tech Startup Office Renovation", price: "Completed 2024", rating: 5, + reviewCount: "9.3k", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899443.jpg", imageAlt: "Commercial office space renovation"}, { - id: "3", - brand: "Wah Wai", - name: "HDB Bukit Merah Modernization", - price: "Completed 2023", - rating: 5, - reviewCount: "15.2k", - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-table-working-with-papers_23-2147668784.jpg?_wi=2", - imageAlt: "HDB flat modern renovation", - }, + id: "3", brand: "Wah Wai", name: "HDB Bukit Merah Modernization", price: "Completed 2023", rating: 5, + reviewCount: "15.2k", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-table-working-with-papers_23-2147668784.jpg", imageAlt: "HDB flat modern renovation"}, { - id: "4", - brand: "Wah Wai", - name: "East Coast Park Penthouse", - price: "Completed 2023", - rating: 5, - reviewCount: "11.5k", - imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg?_wi=3", - imageAlt: "Penthouse renovation showcase", - }, + id: "4", brand: "Wah Wai", name: "East Coast Park Penthouse", price: "Completed 2023", rating: 5, + reviewCount: "11.5k", imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", imageAlt: "Penthouse renovation showcase"}, { - id: "5", - brand: "Wah Wai", - name: "Geylang Serai Heritage Kitchen", - price: "Completed 2023", - rating: 5, - reviewCount: "10.1k", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", - imageAlt: "Modern kitchen renovation", - }, + id: "5", brand: "Wah Wai", name: "Geylang Serai Heritage Kitchen", price: "Completed 2023", rating: 5, + reviewCount: "10.1k", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Modern kitchen renovation"}, { - id: "6", - brand: "Wah Wai", - name: "Orchard Road Commercial Suite", - price: "Completed 2022", - rating: 5, - reviewCount: "8.7k", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg?_wi=3", - imageAlt: "Commercial space design", - }, + id: "6", brand: "Wah Wai", name: "Orchard Road Commercial Suite", price: "Completed 2022", rating: 5, + reviewCount: "8.7k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg", imageAlt: "Commercial space design"}, ]} textboxLayout="default" gridVariant="three-columns-all-equal-width" @@ -150,40 +105,26 @@ export default function PortfolioPage() { description="If you'd like your own space to be transformed with the same care and expertise, let's start the conversation. Contact us for a free consultation today." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Your Phone Number", required: true, }, { - name: "projectScope", - type: "text", - placeholder: "Project Scope", - required: true, + name: "projectScope", type: "text", placeholder: "Project Scope", required: true, }, ]} textarea={{ - name: "projectDetails", - placeholder: "Tell us about your renovation vision...", - rows: 4, + name: "projectDetails", placeholder: "Tell us about your renovation vision...", rows: 4, required: true, }} buttonText="Start Your Project" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/working-from-home-time-management-concept_23-2149065331.jpg?_wi=4" - imageAlt: "Project consultation" + imageSrc="http://img.b2bpic.net/free-photo/working-from-home-time-management-concept_23-2149065331.jpg" + imageAlt="Project consultation" mediaAnimation="slide-up" mediaPosition="right" /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 29affc5..b30bdf9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -11,8 +11,7 @@ import { Hammer } from "lucide-react"; export default function ServicesPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, @@ -20,8 +19,7 @@ export default function ServicesPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Kitchen Renovation", href: "/services" }, { label: "Bathroom Renovation", href: "/services" }, { label: "Living Space Redesign", href: "/services" }, @@ -29,8 +27,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -76,40 +73,20 @@ export default function ServicesPage() { tagAnimation="slide-up" features={[ { - title: "Kitchen Renovation", - description: "Transform your kitchen with modern designs, premium cabinetry, and state-of-the-art appliances. We specialize in layout optimization and smart storage solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954770.jpg?_wi=2", - button: { - text: "Learn More", - href: "/contact", - }, + title: "Kitchen Renovation", description: "Transform your kitchen with modern designs, premium cabinetry, and state-of-the-art appliances. We specialize in layout optimization and smart storage solutions.", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954770.jpg", button: { + text: "Learn More", href: "/contact"}, }, { - title: "Bathroom Upgrade", - description: "Create your spa-like retreat with luxurious bathroom renovations featuring premium fixtures, elegant tiling, and modern lighting design.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-with-bathtub-shower_23-2151995358.jpg?_wi=2", - button: { - text: "Learn More", - href: "/contact", - }, + title: "Bathroom Upgrade", description: "Create your spa-like retreat with luxurious bathroom renovations featuring premium fixtures, elegant tiling, and modern lighting design.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-with-bathtub-shower_23-2151995358.jpg", button: { + text: "Learn More", href: "/contact"}, }, { - title: "Living Space Redesign", - description: "Maximize comfort and style in your living areas. From open-plan layouts to intimate gathering spaces, we create environments that enhance your lifestyle.", - imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg?_wi=2", - button: { - text: "Learn More", - href: "/contact", - }, + title: "Living Space Redesign", description: "Maximize comfort and style in your living areas. From open-plan layouts to intimate gathering spaces, we create environments that enhance your lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg", button: { + text: "Learn More", href: "/contact"}, }, { - title: "Commercial Renovation", - description: "Professional office and retail space renovations designed to boost productivity and create lasting impressions on clients and employees.", - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899443.jpg?_wi=3", - button: { - text: "Learn More", - href: "/contact", - }, + title: "Commercial Renovation", description: "Professional office and retail space renovations designed to boost productivity and create lasting impressions on clients and employees.", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899443.jpg", button: { + text: "Learn More", href: "/contact"}, }, ]} textboxLayout="default" @@ -126,40 +103,26 @@ export default function ServicesPage() { description="Ready to bring your renovation vision to life? Our expert team is here to discuss your requirements, provide honest advice, and deliver exceptional results." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Your Phone Number", required: true, }, { - name: "service", - type: "text", - placeholder: "Service Interested In", - required: true, + name: "service", type: "text", placeholder: "Service Interested In", required: true, }, ]} textarea={{ - name: "details", - placeholder: "Describe your project in detail...", - rows: 4, + name: "details", placeholder: "Describe your project in detail...", rows: 4, required: true, }} buttonText="Request Consultation" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/working-from-home-time-management-concept_23-2149065331.jpg?_wi=3" - imageAlt: "Service consultation planning" + imageSrc="http://img.b2bpic.net/free-photo/working-from-home-time-management-concept_23-2149065331.jpg" + imageAlt="Service consultation planning" mediaAnimation="slide-up" mediaPosition="right" />