Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 19:17:01 +00:00

View File

@@ -6,9 +6,10 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Star } from 'lucide-react';
export default function LandingPage() {
return (
@@ -122,34 +123,28 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
<TestimonialCardFive
tag="Testimonials"
title="What Our Clients Say"
description="Real feedback from homeowners and designers who have experienced our craftsmanship firsthand."
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "James Richardson", role: "Homeowner", company: "San Francisco, CA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", imageAlt: "James Richardson testimonial"
id: "1", name: "James Richardson, Homeowner", date: "Date: 15 November 2024", title: "Exceptional craftsmanship and attention to detail", quote: "Gomez Woodworking transformed our living room with a custom entertainment center that exceeded all expectations. The quality and design are outstanding.", tag: "Satisfied Client", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ornate-sofa-bench-art-nouveau-style_23-2150975535.jpg", imageAlt: "Custom entertainment center project"
},
{
id: "2", name: "Sarah Mitchell", role: "Interior Designer", company: "Design Studio LA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740315.jpg", imageAlt: "Sarah Mitchell testimonial"
id: "2", name: "Sarah Mitchell, Interior Designer", date: "Date: 10 October 2024", title: "A trusted partner for high-end projects", quote: "Working with Gomez Woodworking has been a pleasure. Their ability to bring design visions to life with precision and creativity is unmatched in the industry.", tag: "Design Studio LA", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740315.jpg", imageSrc: "http://img.b2bpic.net/free-photo/contrast-wood-stone-modern-furniture-premium-textures_169016-71185.jpg", imageAlt: "Custom cabinetry installation"
},
{
id: "3", name: "Michael Chen", role: "Architect", company: "Modern Living Design", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", imageAlt: "Michael Chen testimonial"
id: "3", name: "Michael Chen, Architect", date: "Date: 22 September 2024", title: "Precision engineering meets artistic vision", quote: "I've collaborated with many craftspeople throughout my career. Gomez Woodworking stands out for their technical excellence and commitment to perfection.", tag: "Modern Living Design", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cafe-coffee-shop-interior-simple-concept_53876-41437.jpg", imageAlt: "Architectural woodwork installation"
},
{
id: "4", name: "Elizabeth Torres", role: "Developer", company: "Luxury Homes Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-blonde-female-posing-while-sitting-barstool_181624-45745.jpg", imageAlt: "Elizabeth Torres testimonial"
id: "4", name: "Elizabeth Torres, Developer", date: "Date: 05 August 2024", title: "Premium quality for luxury homes", quote: "For luxury home projects, Gomez Woodworking is our go-to partner. Their attention to detail and superior craftsmanship elevate every project.", tag: "Luxury Homes Group", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-blonde-female-posing-while-sitting-barstool_181624-45745.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185403.jpg", imageAlt: "Luxury furniture project showcase"
}
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
buttonAnimation="slide-up"
/>
</div>