Merge version_1 into main #3
@@ -115,16 +115,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Residential Renovations", description: "Kitchen and bathroom remodels, room additions, and whole-home upgrades designed to enhance comfort and value", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg", imageAlt: "Modern residential renovation project"},
|
||||
title: "Residential Renovations", description: "Kitchen and bathroom remodels, room additions, and whole-home upgrades designed to enhance comfort and value", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg?_wi=1", imageAlt: "Modern residential renovation project"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Commercial Construction", description: "Office buildouts, retail spaces, and tenant improvements executed on schedule and within budget", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg", imageAlt: "Commercial construction site in Atlanta"},
|
||||
title: "Commercial Construction", description: "Office buildouts, retail spaces, and tenant improvements executed on schedule and within budget", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg?_wi=1", imageAlt: "Commercial construction site in Atlanta"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Project Management", description: "Coordinated scheduling, resource allocation, and communication to ensure seamless project execution", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg", imageAlt: "Project management coordination meeting"},
|
||||
title: "Project Management", description: "Coordinated scheduling, resource allocation, and communication to ensure seamless project execution", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg?_wi=2", imageAlt: "Project management coordination meeting"},
|
||||
{
|
||||
id: 4,
|
||||
title: "General Contracting", description: "Licensed and insured general construction services including permits, inspections, and code compliance", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg", imageAlt: "General contracting team at work site"},
|
||||
title: "General Contracting", description: "Licensed and insured general construction services including permits, inspections, and code compliance", imageSrc: "http://img.b2bpic.net/free-photo/modern-mirror-building_1150-12657.jpg?_wi=2", imageAlt: "General contracting team at work site"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,11 +142,11 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Buckhead Residence Renovation", price: "$450k", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", imageAlt: "Luxury home renovation in Buckhead"},
|
||||
id: "1", name: "Buckhead Residence Renovation", price: "$450k", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=1", imageAlt: "Luxury home renovation in Buckhead"},
|
||||
{
|
||||
id: "2", name: "Midtown Office Buildout", price: "$850k", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-glass-roof-modern-building_1359-247.jpg", imageAlt: "Modern office space in Midtown Atlanta"},
|
||||
{
|
||||
id: "3", name: "Virginia Highland Kitchen Remodel", price: "$95k", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", imageAlt: "Contemporary kitchen renovation"},
|
||||
id: "3", name: "Virginia Highland Kitchen Remodel", price: "$95k", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=2", imageAlt: "Contemporary kitchen renovation"},
|
||||
{
|
||||
id: "4", name: "East Atlanta Retail Space", price: "$320k", imageSrc: "http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg", imageAlt: "Retail interior construction"},
|
||||
]}
|
||||
@@ -167,22 +167,22 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Buckhead Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell, satisfied client"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell, satisfied client"},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Business Owner", company: "Chen Retail Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen, commercial client"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen, commercial client"},
|
||||
{
|
||||
id: "3", name: "Jennifer Rodriguez", role: "Property Manager", company: "Atlanta Properties Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jennifer Rodriguez, property manager"},
|
||||
{
|
||||
id: "4", name: "Michael Thompson", role: "Real Estate Developer", company: "Thompson Development", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson, developer client"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Thompson, developer client"},
|
||||
{
|
||||
id: "5", name: "Lisa Park", role: "Homeowner", company: "Virginia Highland", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Park, residential client"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Lisa Park, residential client"},
|
||||
{
|
||||
id: "6", name: "David Williams", role: "Office Manager", company: "Midtown Business Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Williams, commercial client"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "David Williams, commercial client"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user