Compare commits

..

14 Commits

Author SHA1 Message Date
fe3e3a9643 Update src/app/reviews/page.tsx 2026-04-29 05:03:09 +00:00
1c430d394f Merge version_70 into main
Merge version_70 into main
2026-04-29 04:58:23 +00:00
8ef458517f Update src/app/reviews/page.tsx 2026-04-29 04:58:19 +00:00
7114e61fe3 Merge version_69 into main
Merge version_69 into main
2026-04-29 04:56:42 +00:00
8c05fdb69e Update src/app/reviews/page.tsx 2026-04-29 04:56:39 +00:00
56f1225aef Merge version_68 into main
Merge version_68 into main
2026-04-29 04:51:22 +00:00
8897d31cfb Update src/app/about/page.tsx 2026-04-29 04:51:18 +00:00
5764a24939 Merge version_68 into main
Merge version_68 into main
2026-04-29 04:47:36 +00:00
78db128f04 Update src/app/about/page.tsx 2026-04-29 04:47:33 +00:00
4ee0327bfa Merge version_68 into main
Merge version_68 into main
2026-04-29 04:47:06 +00:00
c89bdfbc1b Update src/app/about/page.tsx 2026-04-29 04:47:00 +00:00
3ad50feb14 Merge version_68 into main
Merge version_68 into main
2026-04-29 04:46:37 +00:00
79ebd38096 Update src/app/about/page.tsx 2026-04-29 04:46:31 +00:00
9b8ae355f4 Merge version_67 into main
Merge version_67 into main
2026-04-29 04:42:51 +00:00
2 changed files with 17 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import FooterSimple from '@/components/sections/footer/FooterSimple';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
export default function LandingPage() {
return (
@@ -46,16 +46,16 @@ export default function LandingPage() {
</div>
<div id="team" data-section="team">
<TeamCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
<TeamCardTen
title="Meet Our Team"
description="The experts behind Arch Roofing Systems."
tag="Leadership"
memberVariant="card"
membersAnimation="slide-up"
useInvertedBackground={false}
members={[
{ id: "tm1", name: "John Doe", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg" },
{ id: "tm2", name: "Sarah Smith", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg" },
{ id: "owner", name: "Carston Lipscomb - Owner", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg?_wi=1" },
{ id: "tm1", name: "Gabriel Southern - project manager ", imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg?_wi=2" },
{ id: "tm2", name: "Drake Albury - project manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg" },
]}
/>
</div>
@@ -74,4 +74,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -4,10 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
export default function LandingPage() {
export default function ReviewsPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
@@ -36,24 +35,6 @@ export default function LandingPage() {
/>
</div>
<div id="reviews-list" data-section="reviews-list">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="Arch Roofing provided an outstanding experience. Our roof and siding project was fast, high-quality, and the team handled the insurance seamlessly."
rating={5}
author="Sarah Johnson"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg", alt: "Sarah" },
{ src: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg", alt: "Michael" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4417.jpg", alt: "Emily" },
{ src: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-thumb-up-shirt-vest-hat-looking-merry-front-view_176474-30660.jpg", alt: "David" },
{ src: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg", alt: "Robert" },
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardTwo
animationType="slide-up"
@@ -62,8 +43,11 @@ export default function LandingPage() {
title="Client Stories"
description="What our customers are saying about our Gadsden, Southside, Rainbow City, Attalla, Oxford, Anniston, Alexandria, Wellington, Trussville, Springville, Oneonta, and all of Etowah and Calhoun counties services."
testimonials={[
{ id: "t1", name: "Mark V.", role: "Homeowner", testimonial: "Incredible service, handled my insurance perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg" },
{ id: "t2", name: "Lisa B.", role: "Resident", testimonial: "Fast, clean, and professional work on my roof and deck.", imageSrc: "http://img.b2bpic.net/free-photo/outside-lifestyle-portrait-happy-relaxed-woman-poses-summer-terrace-sunshine-true-emotions_291650-1278.jpg" },
{ id: "t1", name: "Happy Homeowner", role: "Local Resident", testimonial: "Arch Roofing Systems did a fantastic job on our home. The process was smooth, professional, and the quality is outstanding.", imageSrc: "" },
{ id: "t2", name: "Satisfied Client", role: "Commercial Property Owner", testimonial: "Highly recommended for commercial roofing. Very reliable and detail-oriented.", imageSrc: "" },
{ id: "t3", name: "Local Business", role: "Business Owner", testimonial: "They handled our storm damage claim efficiently. Couldn't be happier with the outcome.", imageSrc: "" },
{ id: "t4", name: "Homeowner", role: "Gadsden Resident", testimonial: "The team was punctual, clean, and extremely professional throughout the entire replacement.", imageSrc: "" },
{ id: "t5", name: "Property Manager", role: "Alabama", testimonial: "Consistent communication and high quality work. Will definitely use them again for future projects.", imageSrc: "" }
]}
/>
</div>
@@ -82,4 +66,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}