From 6835f7eabc30173bcc8e0ec355c00c251c15c0e5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:05:10 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 54 ++++++++++-------------------------------- 1 file changed, 12 insertions(+), 42 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 786d27a..5664104 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -15,7 +15,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -32,9 +32,7 @@ export default function AboutPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", - href: "tel:0401022777", - }} + text: "Call Now", href: "tel:0401022777"}} /> @@ -42,20 +40,14 @@ export default function AboutPage() { @@ -66,32 +58,16 @@ export default function AboutPage() { features={[ { id: 1, - title: "Logbook Servicing", - description: "Dealer-standard servicing without dealership prices. Regular maintenance to keep your vehicle running smoothly.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-manager-stands-front-modern-silver-colored-car-with-paper-documents-hands_146671-16506.jpg?_wi=3", - imageAlt: "car service maintenance logbook checklist", - }, + title: "Logbook Servicing", description: "Dealer-standard servicing without dealership prices. Regular maintenance to keep your vehicle running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-manager-stands-front-modern-silver-colored-car-with-paper-documents-hands_146671-16506.jpg", imageAlt: "car service maintenance logbook checklist"}, { id: 2, - title: "Brake Repairs", - description: "Professional brake inspections, pad replacements, and rotor servicing for safety and performance.", - imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg?_wi=3", - imageAlt: "brake pad replacement automotive repair", - }, + title: "Brake Repairs", description: "Professional brake inspections, pad replacements, and rotor servicing for safety and performance.", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg", imageAlt: "brake pad replacement automotive repair"}, { id: 3, - title: "Air Conditioning", - description: "AC regassing, diagnostics, and repairs to keep your cabin comfortable year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg?_wi=3", - imageAlt: "air conditioning refill automotive service", - }, + title: "Air Conditioning", description: "AC regassing, diagnostics, and repairs to keep your cabin comfortable year-round.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg", imageAlt: "air conditioning refill automotive service"}, { id: 4, - title: "General Repairs", - description: "Expert diagnosis and repair of mechanical issues, from minor fixes to major overhauls.", - imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg?_wi=2", - imageAlt: "mechanical engine repair automotive workshop", - }, + title: "General Repairs", description: "Expert diagnosis and repair of mechanical issues, from minor fixes to major overhauls.", imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg", imageAlt: "mechanical engine repair automotive workshop"}, ]} title="Our Services" description="Comprehensive automotive repair and maintenance services for all vehicle types" @@ -100,11 +76,9 @@ export default function AboutPage() { useInvertedBackground={false} buttons={[ { - text: "View All Services", - }, + text: "View All Services"}, ]} buttonAnimation="slide-up" - mediaAnimation="slide-up" /> @@ -112,13 +86,9 @@ export default function AboutPage() { -- 2.49.1 From 21c6a00cf2235b3636dd944fdcc24805a78d16de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:05:10 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index edd51e8..b513ccb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,7 +15,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -32,9 +32,7 @@ export default function ContactPage() { ]} brandName="DJ and Sons" button={{ - text: "Call Now", - href: "tel:0401022777", - }} + text: "Call Now", href: "tel:0401022777"}} /> @@ -44,16 +42,12 @@ export default function ContactPage() { animationType="entrance-slide" buttons={[ { - text: "Call 0401 022 777", - href: "tel:0401022777", - }, + text: "Call 0401 022 777", href: "tel:0401022777"}, { - text: "Book Service", - }, + text: "Book Service"}, ]} background={{ - variant: "noise", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -62,13 +56,9 @@ export default function ContactPage() { -- 2.49.1 From 728bd54408777efc2491205cd3c3ffc3dad860c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:05:10 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 116 +++++++++++++---------------------------------- 1 file changed, 31 insertions(+), 85 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbdcad6..b123308 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -41,9 +41,7 @@ export default function HomePage() { brandName="DJ and Sons" navItems={navItems} button={{ - text: "Call Now", - href: "tel:0401022777", - }} + text: "Call Now", href: "tel:0401022777"}} /> @@ -54,17 +52,13 @@ export default function HomePage() { description="Your trusted local mechanic in Para Hills West. Honest advice, fair pricing, and quality workmanship from a family-run automotive workshop." buttons={[ { - text: "Call Now", - href: "tel:0401022777", - }, + text: "Call Now", href: "tel:0401022777"}, { - text: "Book a Service", - }, + text: "Book a Service"}, ]} buttonAnimation="slide-up" background={{ - variant: "noise", - }} + variant: "plain"}} imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg" imageAlt="Professional automotive workshop" frameStyle="card" @@ -77,23 +71,14 @@ export default function HomePage() { @@ -147,20 +121,14 @@ export default function HomePage() { @@ -175,13 +143,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Para Hills", - "Salisbury", - "Ingle Farm", - "Pooraka", - "Modbury", - "Mawson Lakes", - ]} + "Para Hills", "Salisbury", "Ingle Farm", "Pooraka", "Modbury", "Mawson Lakes"]} speed={40} showCard={true} /> @@ -195,21 +157,13 @@ export default function HomePage() { author="Local Vehicle Owner" avatars={[ { - src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", - alt: "Customer 1", - }, + src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", alt: "Customer 1"}, { - src: "http://img.b2bpic.net/free-photo/my-big-dream-is-working-big-company_329181-11421.jpg", - alt: "Customer 2", - }, + src: "http://img.b2bpic.net/free-photo/my-big-dream-is-working-big-company_329181-11421.jpg", alt: "Customer 2"}, { - src: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", - alt: "Customer 3", - }, + src: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", alt: "Customer 3"}, { - src: "http://img.b2bpic.net/free-photo/front-view-woman-looking-camera-office_23-2148218515.jpg", - alt: "Customer 4", - }, + src: "http://img.b2bpic.net/free-photo/front-view-woman-looking-camera-office_23-2148218515.jpg", alt: "Customer 4"}, ]} useInvertedBackground={false} ratingAnimation="slide-up" @@ -224,16 +178,12 @@ export default function HomePage() { animationType="entrance-slide" buttons={[ { - text: "Call 0401 022 777", - href: "tel:0401022777", - }, + text: "Call 0401 022 777", href: "tel:0401022777"}, { - text: "Book Service", - }, + text: "Book Service"}, ]} background={{ - variant: "noise", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -243,13 +193,9 @@ export default function HomePage() { -- 2.49.1 From 844257c055c4e4290d55aa9ce9c1bd12922aed1a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:05:11 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 56 +++++++++++---------------------------- 1 file changed, 16 insertions(+), 40 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2a9acf8..5c4873e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -23,7 +23,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -35,9 +35,7 @@ export default function ServicesPage() { brandName="DJ and Sons" navItems={navItems} button={{ - text: "Call Now", - href: "tel:0401022777", - }} + text: "Call Now", href: "tel:0401022777"}} /> @@ -46,29 +44,17 @@ export default function ServicesPage() { @@ -92,16 +76,12 @@ export default function ServicesPage() { animationType="entrance-slide" buttons={[ { - text: "Call 0401 022 777", - href: "tel:0401022777", - }, + text: "Call 0401 022 777", href: "tel:0401022777"}, { - text: "Book Service", - }, + text: "Book Service"}, ]} background={{ - variant: "noise", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -111,13 +91,9 @@ export default function ServicesPage() { -- 2.49.1