Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-22 19:28:15 +00:00

View File

@@ -50,10 +50,8 @@ export default function LandingPage() {
text: "Contact Us", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nz1SD2kx0ZQ0pMoWmysgAcHM/uploaded-1779477733513-uhfn52dl.png", imageAlt: "Deans Logo"},
{
imageSrc: "http://img.b2bpic.net/free-photo/designer-using-3d-printer_23-2150942019.jpg", imageAlt: "Store Interior"}
{},
{}
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -93,18 +91,7 @@ export default function LandingPage() {
testimonial="Deans is the go-to spot for everything hardware. Their staff are extremely knowledgeable and the selection is unmatched in the area."
rating={5}
author="Marcus Thompson"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/profession-occupation-teamwork-job-concept-positive-maintenance-workers-enjoying-working-together-helping-people-with-repairing-fixing-things_273609-7881.jpg", alt: "Marcus T"},
{
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371200.jpg", alt: "Sarah J"},
{
src: "http://img.b2bpic.net/free-photo/female-workshop-holding-tablet-showing-ok-sign_23-2148836041.jpg", alt: "David L"},
{
src: "http://img.b2bpic.net/free-photo/close-up-men-holding-thumbs-up_23-2148752021.jpg", alt: "Emily R"},
{
src: "http://img.b2bpic.net/free-photo/tailor-standing-near-table-with-sewing-machine-looking-away-sewing-workshop_613910-5265.jpg", alt: "Kevin B"},
]}
avatars={[]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
/>
@@ -118,15 +105,15 @@ export default function LandingPage() {
cardAnimation="slide-up"
testimonials={[
{
id: "1", name: "James P.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-construction-worker-uniform-cap-doing-yes-gesture-guy-girl-with-closed-eyes_141793-112062.jpg"},
id: "1", name: "James P.", imageSrc: ""},
{
id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg"},
id: "2", name: "Maria G.", imageSrc: ""},
{
id: "3", name: "Robert S.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-construction-worker-uniform-cap-looking-side-showing-empty-hand-surprised-guy-excited-girl-keeping-hand-guy-s-shoulder_141793-111992.jpg"},
id: "3", name: "Robert S.", imageSrc: ""},
{
id: "4", name: "Alice T.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg"},
id: "4", name: "Alice T.", imageSrc: ""},
{
id: "5", name: "Kevin D.", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346501.jpg"},
id: "5", name: "Kevin D.", imageSrc: ""},
]}
/>
</div>
@@ -152,4 +139,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}