diff --git a/src/app/page.tsx b/src/app/page.tsx
index d51cb2d..6a5bc73 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -38,33 +38,33 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
- brandName="FencePro"
+ brandName="FAC Metal Works Corp"
/>
@@ -93,12 +93,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- { id: "s1", name: "Wood Fencing", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-man-walking-paved-street_23-2148296654.jpg", imageAlt: "Wood Fence" },
- { id: "s2", name: "Vinyl Fencing", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-protective-gloves-is-painting-wooden-fence-bright-summer-day_613910-17100.jpg", imageAlt: "Vinyl Fence" },
- { id: "s3", name: "Chain Link", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg", imageAlt: "Chain Link" },
+ { id: "s1", name: "Structural Fabrication", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-man-walking-paved-street_23-2148296654.jpg", imageAlt: "Structural works" },
+ { id: "s2", name: "Custom Components", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-protective-gloves-is-painting-wooden-fence-bright-summer-day_613910-17100.jpg", imageAlt: "Metal components" },
+ { id: "s3", name: "Architectural Metal", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg", imageAlt: "Architectural fabrication" },
]}
- title="Our Fencing Services"
- description="Comprehensive solutions from privacy to decorative fencing."
+ title="Our Services"
+ description="Comprehensive metal fabrication solutions for every scale."
/>
@@ -108,12 +108,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- { id: "m1", value: "500+", title: "Satisfied Customers", description: "Families served", imageSrc: "http://img.b2bpic.net/free-vector/illustration-blank-sign-vector_53876-3917.jpg" },
- { id: "m2", value: "150km", title: "Total Fencing", description: "Total length installed", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg" },
- { id: "m3", value: "24/7", title: "Support", description: "Always ready to assist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l4nmqx" },
+ { id: "m1", value: "500+", title: "Successful Projects", description: "Completed across various sectors", imageSrc: "http://img.b2bpic.net/free-vector/illustration-blank-sign-vector_53876-3917.jpg" },
+ { id: "m2", value: "150km", title: "Metal Produced", description: "High-grade industrial output", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg" },
+ { id: "m3", value: "24/7", title: "Client Support", description: "Dedicated technical assistance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l4nmqx" },
]}
- title="Our Impact in Numbers"
- description="We are proud of the work we've done across the community."
+ title="Proven Expertise"
+ description="Engineering excellence at the core of FAC Metal Works Corp."
/>
@@ -124,12 +124,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
- { id: "t1", name: "Sarah J.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-picture-handsome-stylish-young-european-male-with-thick-beard-spending-sunny-summer-day_343059-3585.jpg" },
- { id: "t2", name: "Mike R.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg" },
- { id: "t3", name: "Elena D.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg" },
+ { id: "t1", name: "Sarah J.", role: "Engineer", company: "Industrial Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-picture-handsome-stylish-young-european-male-with-thick-beard-spending-sunny-summer-day_343059-3585.jpg" },
+ { id: "t2", name: "Mike R.", role: "Project Lead", company: "City Builds", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg" },
+ { id: "t3", name: "Elena D.", role: "Consultant", company: "Urban Dev", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg" },
]}
- title="What Homeowners Say"
- description="Don't just take our word for it."
+ title="Client Testimonials"
+ description="Industry professionals who trust our precision."
/>
@@ -137,12 +137,12 @@ export default function LandingPage() {
@@ -151,8 +151,8 @@ export default function LandingPage() {
@@ -162,10 +162,10 @@ export default function LandingPage() {
{ items: [{ label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }] },
{ items: [{ label: "Services", href: "#services" }, { label: "Privacy Policy", href: "#" }] },
]}
- logoText="FencePro"
+ logoText="FAC Metal Works Corp"
/>
);
-}
\ No newline at end of file
+}