diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8d33e7a..acbd41a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Projects", href: "/projects" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Roofing", href: "/services" },
{ label: "Decking", href: "/services" },
{ label: "Fencing", href: "/services" },
@@ -42,16 +40,14 @@ export default function HomePage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "Phone: (403) 307-7097", href: "tel:(403)307-7097" },
{ label: "Alberta, Canada", href: "#" },
{ label: "Get a Free Quote", href: "/contact" },
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "5-Star Rated", href: "#" },
@@ -88,54 +84,11 @@ export default function HomePage() {
-
+
+
+ Flying V Construction
+
+
@@ -144,41 +97,17 @@ export default function HomePage() {
description="We specialize in high-quality exterior renovations and construction projects across Alberta. From roofing to custom decks, every project is handled with professionalism and attention to detail."
features={[
{
- id: "roofing",
- title: "Roofing & Shingling",
- author: "Expert Service",
- description: "Professional roof installation and replacement with premium materials. We ensure proper ventilation, flashing, and waterproofing for long-lasting protection.",
- tags: ["Roofing", "Shingles"],
- imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=1",
- imageAlt: "professional roofing installation modern",
- },
+ id: "roofing", title: "Roofing & Shingling", author: "Expert Service", description: "Professional roof installation and replacement with premium materials. We ensure proper ventilation, flashing, and waterproofing for long-lasting protection.", tags: ["Roofing", "Shingles"],
+ imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=1", imageAlt: "professional roofing installation modern"},
{
- id: "decking",
- title: "Composite Deck Construction",
- author: "Expert Service",
- description: "Beautiful, durable composite decks built to withstand Alberta weather. Low maintenance, eco-friendly materials with exceptional longevity.",
- tags: ["Decks", "Composite"],
- imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-rooftop-kissing-each-other_23-2147891126.jpg?_wi=1",
- imageAlt: "composite deck construction modern backyard",
- },
+ id: "decking", title: "Composite Deck Construction", author: "Expert Service", description: "Beautiful, durable composite decks built to withstand Alberta weather. Low maintenance, eco-friendly materials with exceptional longevity.", tags: ["Decks", "Composite"],
+ imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-rooftop-kissing-each-other_23-2147891126.jpg?_wi=1", imageAlt: "composite deck construction modern backyard"},
{
- id: "fencing",
- title: "Fencing Solutions",
- author: "Expert Service",
- description: "Quality fence installation for privacy, security, and curb appeal. Wood, vinyl, and composite options to match your home's style.",
- tags: ["Fencing", "Privacy"],
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-cross-nature-with-wooden-fence-it_181624-45737.jpg?_wi=1",
- imageAlt: "privacy fence residential backyard wooden",
- },
+ id: "fencing", title: "Fencing Solutions", author: "Expert Service", description: "Quality fence installation for privacy, security, and curb appeal. Wood, vinyl, and composite options to match your home's style.", tags: ["Fencing", "Privacy"],
+ imageSrc: "http://img.b2bpic.net/free-photo/wooden-cross-nature-with-wooden-fence-it_181624-45737.jpg?_wi=1", imageAlt: "privacy fence residential backyard wooden"},
{
- id: "exterior",
- title: "Exterior Renovations",
- author: "Expert Service",
- description: "Complete exterior upgrades including siding, trim, windows, and doors. Transform your home's appearance and energy efficiency.",
- tags: ["Renovation", "Exterior"],
- imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-723.jpg?_wi=1",
- imageAlt: "home exterior renovation siding windows",
- },
+ id: "exterior", title: "Exterior Renovations", author: "Expert Service", description: "Complete exterior upgrades including siding, trim, windows, and doors. Transform your home's appearance and energy efficiency.", tags: ["Renovation", "Exterior"],
+ imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-723.jpg?_wi=1", imageAlt: "home exterior renovation siding windows"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -191,9 +120,7 @@ export default function HomePage() {