diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 6d11d7c..181dd57 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,57 +1,28 @@
import type { Metadata } from "next";
-import { Halant } from "next/font/google";
-import { Inter } from "next/font/google";
-import { Nunito } from "next/font/google";
+import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
-const halant = Halant({
- variable: "--font-halant", subsets: ["latin"],
- weight: ["300", "400", "500", "600", "700"],
+const geist = Geist({
+ variable: "--font-geist-sans", subsets: ["latin"],
});
-const inter = Inter({
- variable: "--font-inter", subsets: ["latin"],
-});
-
-const nunito = Nunito({
- variable: "--font-nunito", subsets: ["latin"],
+const geistMono = Geist_Mono({
+ variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Alfabs Aluminum Services | Premium Fabrication & Installation", description: "Expert aluminum services for windows, doors, facades, and railings. Quality craftsmanship for residential and commercial projects.", keywords: "aluminum, fabrication, installation, windows, doors, facades, railings, commercial, residential", metadataBase: new URL("https://alfabs.com"),
- alternates: {
- canonical: "https://alfabs.com"},
- openGraph: {
- title: "Alfabs Aluminum Services | Premium Fabrication & Installation", description: "Transform your vision with our expert aluminum solutions and professional craftsmanship.", url: "https://alfabs.com", siteName: "Alfabs", type: "website", images: [
- {
- url: "http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3265.jpg", alt: "Alfabs Aluminum Services"},
- ],
- },
- twitter: {
- card: "summary_large_image", title: "Alfabs Aluminum Services", description: "Premium aluminum fabrication and installation for your projects.", images: ["http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3265.jpg"],
- },
- robots: {
- index: true,
- follow: true,
- },
-};
+ title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+
+ {children}
+
-
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index fc046cd..a1201e9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -53,16 +53,19 @@ export default function LandingPage() {
testimonials={[
{
name: "James Mitchell", handle: "Construction Manager, BuildRight Co.", testimonial: "Alfabs delivered exceptional quality on our commercial project. Professional team, perfect execution.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"
+ },
{
name: "Sarah Chen", handle: "Architect, Design Studios", testimonial: "Outstanding craftsmanship and attention to detail. They exceeded our expectations on every front.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen"
+ },
{
name: "Michael Rodriguez", handle: "Property Developer", testimonial: "Reliable, punctual, and high-quality work. Alfabs is our trusted partner for all aluminum needs.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Rodriguez"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Rodriguez"
+ },
]}
buttons={[
- { text: "Get Started", href: "contact" },
+ { text: "Request Quote", href: "contact" },
{ text: "Learn More", href: "services" },
]}
background={{ variant: "plain" }}
@@ -81,36 +84,44 @@ export default function LandingPage() {
title: "Window Systems", description: "Custom aluminum window frames engineered for durability, aesthetics, and thermal performance. Ideal for residential and commercial applications.", icon: Wind,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530810.jpg", imageAlt: "Modern aluminum window installation"},
+ imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530810.jpg", imageAlt: "Modern aluminum window installation"
+ },
{
- imageSrc: "http://img.b2bpic.net/free-photo/modern-design-stone-building_23-2148252734.jpg?_wi=1", imageAlt: "Residential window project showcase"},
+ imageSrc: "http://img.b2bpic.net/free-photo/modern-design-stone-building_23-2148252734.jpg?_wi=1", imageAlt: "Residential window project showcase"
+ },
],
},
{
title: "Door Solutions", description: "Premium aluminum doors including sliding, pivot, and entrance systems. Designed for security, style, and ease of operation.", icon: DoorOpen,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg", imageAlt: "Aluminum door installation"},
+ imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg", imageAlt: "Aluminum door installation"
+ },
{
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=1", imageAlt: "Commercial entrance project"},
+ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=1", imageAlt: "Commercial entrance project"
+ },
],
},
{
title: "Building Facades", description: "Modern facade systems that enhance your building's appearance and performance. Weather-resistant and architecturally stunning.", icon: Building,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/background-white-note-song-entertainment_1127-2772.jpg", imageAlt: "Modern aluminum facade design"},
+ imageSrc: "http://img.b2bpic.net/free-photo/background-white-note-song-entertainment_1127-2772.jpg", imageAlt: "Modern aluminum facade design"
+ },
{
- imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-miter-saw-photographed-workshop-atmosphere_169016-12976.jpg", imageAlt: "Facade fabrication workshop"},
+ imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-miter-saw-photographed-workshop-atmosphere_169016-12976.jpg", imageAlt: "Facade fabrication workshop"
+ },
],
},
{
title: "Safety Railings", description: "Durable aluminum railings that combine safety with elegant design. Perfect for balconies, terraces, and architectural accents.", icon: Shield,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-by-shopping-center_1303-16433.jpg", imageAlt: "Premium aluminum railings"},
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-by-shopping-center_1303-16433.jpg", imageAlt: "Premium aluminum railings"
+ },
{
- imageSrc: "http://img.b2bpic.net/free-photo/modern-design-stone-building_23-2148252734.jpg?_wi=2", imageAlt: "Railing installation project"},
+ imageSrc: "http://img.b2bpic.net/free-photo/modern-design-stone-building_23-2148252734.jpg?_wi=2", imageAlt: "Railing installation project"
+ },
],
},
]}
@@ -125,7 +136,8 @@ export default function LandingPage() {