diff --git a/src/app/page.tsx b/src/app/page.tsx index f71cbd2..d71fe5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { description="Real reviews from real customers who experienced our commitment to quality and exceptional service." tag="TRUSTED BY LOCAL HOMEOWNERS" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} testimonials={[ @@ -101,7 +101,7 @@ export default function LandingPage() { description="From driveways to decorative finishes, we handle every concrete project with precision and pride." tag="OUR EXPERTISE" tagIcon={Hammer} - tagAnimation="entrance-slide" + tagAnimation="slide-up" showStepNumbers={false} animationType="slide-up" textboxLayout="default" @@ -109,33 +109,33 @@ export default function LandingPage() { features={[ { id: 1, - title: "Driveways", description: "Durable, beautiful driveways designed to enhance curb appeal and last decades.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/city-wall_1127-3490.jpg?_wi=1", imageAlt: "Beautiful concrete driveway installation" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/city-wall_1127-3490.jpg?_wi=2", imageAlt: "Professional driveway project" } + title: "Driveways", description: "Durable, beautiful driveways designed to enhance curb appeal and last decades.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/city-wall_1127-3490.jpg", imageAlt: "Beautiful concrete driveway installation" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/city-wall_1127-3490.jpg", imageAlt: "Professional driveway project" } }, { id: 2, - title: "Patios", description: "Outdoor spaces perfect for relaxing, entertaining, and making memories with family and friends.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg?_wi=1", imageAlt: "Elegant concrete patio" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg?_wi=2", imageAlt: "Finished patio project" } + title: "Patios", description: "Outdoor spaces perfect for relaxing, entertaining, and making memories with family and friends.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg", imageAlt: "Elegant concrete patio" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg", imageAlt: "Finished patio project" } }, { id: 3, - title: "Sidewalks & Walkways", description: "Clean, safe, professionally installed concrete paths that add functionality and style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-businessman-walking-near-railing_23-2147955299.jpg?_wi=1", imageAlt: "Professional concrete walkway" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-businessman-walking-near-railing_23-2147955299.jpg?_wi=2", imageAlt: "Beautiful walkway installation" } + title: "Sidewalks & Walkways", description: "Clean, safe, professionally installed concrete paths that add functionality and style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-businessman-walking-near-railing_23-2147955299.jpg", imageAlt: "Professional concrete walkway" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-businessman-walking-near-railing_23-2147955299.jpg", imageAlt: "Beautiful walkway installation" } }, { id: 4, - title: "Concrete Steps & Porches", description: "Elegant, functional entryways built with precision to enhance your home's entrance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg?_wi=1", imageAlt: "Finished concrete steps" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg?_wi=2", imageAlt: "Professional porch installation" } + title: "Concrete Steps & Porches", description: "Elegant, functional entryways built with precision to enhance your home's entrance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg", imageAlt: "Finished concrete steps" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg", imageAlt: "Professional porch installation" } }, { id: 5, - title: "Retaining Walls", description: "Structural and aesthetic solutions for grading, landscape support, and stunning yard transformation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brick-wall_23-2148098620.jpg?_wi=1", imageAlt: "Finished retaining wall" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/brick-wall_23-2148098620.jpg?_wi=2", imageAlt: "Professional wall installation" } + title: "Retaining Walls", description: "Structural and aesthetic solutions for grading, landscape support, and stunning yard transformation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brick-wall_23-2148098620.jpg", imageAlt: "Finished retaining wall" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/brick-wall_23-2148098620.jpg", imageAlt: "Professional wall installation" } }, { id: 6, - title: "Decorative & Exposed Aggregate", description: "Upgrade your outdoor space with premium concrete finishes that add character and value.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12322.jpg?_wi=1", imageAlt: "Decorative concrete finish" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12322.jpg?_wi=2", imageAlt: "Exposed aggregate patio" } + title: "Decorative & Exposed Aggregate", description: "Upgrade your outdoor space with premium concrete finishes that add character and value.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12322.jpg", imageAlt: "Decorative concrete finish" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12322.jpg", imageAlt: "Exposed aggregate patio" } } ]} buttons={[ @@ -153,7 +153,7 @@ export default function LandingPage() { description="Over a decade of trusted service, satisfied customers, and concrete work that stands the test of time." tag="WHY CHOOSE BAIRD" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} @@ -174,7 +174,7 @@ export default function LandingPage() {