Switch to version 2: modified src/app/page.tsx

This commit is contained in:
2026-03-11 02:35:15 +00:00
parent 414623949e
commit b06db55c3d

View File

@@ -84,16 +84,10 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero" className="bg-gradient-to-b from-gray-50 to-white">
<div className="h-screen w-full flex flex-col items-center justify-center px-4">
<h1 className="text-6xl md:text-8xl font-bold text-center text-gray-900 mb-4">
<div className="h-screen w-full flex items-center justify-center">
<h1 className="text-6xl md:text-8xl font-bold text-center text-gray-900">
Flying V Construction
</h1>
<p className="text-lg md:text-2xl text-center text-gray-700 max-w-2xl font-medium">
A trusted and family-owned business dedicated to delivering exceptional quality and reliability
</p>
<p className="text-base md:text-lg text-center text-gray-600 max-w-2xl mt-3">
With years of experience serving Alberta homeowners, we combine honest pricing, skilled craftsmanship, and genuine care for every project. Your home deserves the best.
</p>
</div>
</div>
@@ -144,13 +138,13 @@ export default function HomePage() {
{
id: "project-2", name: "Full Roof Replacement", price: "Completed 2024", variant: "Premium Shingles", imageSrc: "http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=1", imageAlt: "full roof replacement new shingles"},
{
id: "project-3", name: "Fence Installation", price: "Completed 2024", variant: "6ft Privacy Fence", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg?_wi=1", imageAlt: "cedar fence installation completed"},
id: "project-3", name: "Cedar Fence Installation", price: "Completed 2024", variant: "6ft Privacy Fence", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg?_wi=1", imageAlt: "cedar fence installation completed"},
{
id: "project-4", name: "Exterior Siding Upgrade", price: "Completed 2024", variant: "James Hardie Board", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg?_wi=1", imageAlt: "home siding upgrade modern exterior"},
{
id: "project-5", name: "Covered Deck Addition", price: "Completed 2024", variant: "Composite + Roofing", imageSrc: "http://img.b2bpic.net/free-photo/parasol-chairs_1137-314.jpg?_wi=1", imageAlt: "covered patio deck modern outdoor"},
{
id: "project-6", name: "Complete interior Refresh", price: "Completed 2024", variant: "Multiple Services", imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=1", imageAlt: "complete home exterior renovation"},
id: "project-6", name: "Complete Exterior Refresh", price: "Completed 2024", variant: "Multiple Services", imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=1", imageAlt: "complete home exterior renovation"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"