Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56203e1e02 | |||
| 7e807733f5 | |||
| 36196fc0ff | |||
| 7642759650 | |||
| 2607d2ef96 | |||
| 403c2c508d |
@@ -84,10 +84,16 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero" className="bg-gradient-to-b from-gray-50 to-white">
|
<div id="hero" data-section="hero" className="bg-gradient-to-b from-gray-50 to-white">
|
||||||
<div className="h-screen w-full flex items-center justify-center">
|
<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">
|
<h1 className="text-6xl md:text-8xl font-bold text-center text-gray-900 mb-4">
|
||||||
Flying V Construction
|
Flying V Construction
|
||||||
</h1>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -138,13 +144,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-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: "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-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-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-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-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 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"},
|
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"},
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user