From 74fedd08a3a8da100a089f1aa4e823b07a347270 Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Tue, 10 Feb 2026 18:51:46 +0100 Subject: [PATCH] feat: Implement initial website structure with core pages and components including contact, services, about, photo gallery, reviews, and FAQs. --- src/app/about-us/page.tsx | 47 ++++++++++------- src/app/contact-us/page.tsx | 32 ++++++++---- src/app/electrical-services/page.tsx | 66 +++++++++++++++--------- src/app/globals.css | 4 +- src/app/page.tsx | 39 ++++++++------ src/app/photo-gallery/page.tsx | 34 ++++++++---- src/components/FAQSection.tsx | 6 +-- src/components/Footer.tsx | 77 ++++++++++++++-------------- src/components/ReviewCarousel.tsx | 16 +++--- 9 files changed, 192 insertions(+), 129 deletions(-) diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx index 9fd9505..a39ae7e 100644 --- a/src/app/about-us/page.tsx +++ b/src/app/about-us/page.tsx @@ -11,11 +11,21 @@ export const metadata: Metadata = { export default function AboutUs() { return (
- {/* PAGE HERO */} -
-
-
-

Our Legacy

+ {/* PAGE HERO */} +
+
+ +
+
+

Our Legacy

Serving the Coastal Bend with integrity and elite craftsmanship since 1969.

@@ -28,15 +38,16 @@ export default function AboutUs() {
- Budd Electric professional electrician team working on residential electrical services -
+ Budd Electric professional electrician team working on residential electrical services +

Who We Are

@@ -54,10 +65,10 @@ export default function AboutUs() { 1969 Established
-
- 10k+ - Projects Completed -
+
+ 3rd Gen + Master Electricians +
diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index fc14150..4d42425 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -1,5 +1,6 @@ -import { MapPin, Phone, Mail, Clock } from "lucide-react"; -import { Metadata } from "next"; +import { MapPin, Phone, Mail, Clock } from "lucide-react"; +import { Metadata } from "next"; +import Image from "next/image"; export const metadata: Metadata = { title: "Contact Budd Electric Co. | Corpus Christi Electrician", @@ -9,10 +10,20 @@ export const metadata: Metadata = { export default function Contact() { return (
- {/* HERO */} -
-
-
+ {/* HERO */} +
+
+ +
+

Contact Us

Get in touch for a free quote or schedule a service call today. @@ -72,10 +83,11 @@ export default function Contact() { {/* MAP */}

-
diff --git a/src/components/ReviewCarousel.tsx b/src/components/ReviewCarousel.tsx index 107129c..0c720e6 100644 --- a/src/components/ReviewCarousel.tsx +++ b/src/components/ReviewCarousel.tsx @@ -91,12 +91,12 @@ export default function ReviewCarousel() {
-

+

Client Testimonials -

-

+

+

Trusted by Our Community -

+

Over 50 years of excellence, backed by hundreds of satisfied customers

@@ -166,10 +166,10 @@ export default function ReviewCarousel() { > View All Reviews - - - - + + + +