Merge version_3 into main #5
@@ -102,15 +102,15 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Gomez", name: "Custom Design & Build", price: "Starting at $2,500", rating: 5,
|
||||
id: "1", brand: "Gomez", name: "Custom Design & Build", price: "", rating: 5,
|
||||
reviewCount: "125+", imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185403.jpg?_wi=1", imageAlt: "Custom furniture design service"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Gomez", name: "Restoration & Refinishing", price: "Starting at $800", rating: 5,
|
||||
id: "2", brand: "Gomez", name: "Restoration & Refinishing", price: "", rating: 5,
|
||||
reviewCount: "89+", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-wooden-furniture-piece_23-2148742299.jpg", imageAlt: "Furniture restoration service"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Gomez", name: "Professional Installation", price: "Starting at $500", rating: 5,
|
||||
id: "3", brand: "Gomez", name: "Professional Installation", price: "", rating: 5,
|
||||
reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-using-pistol-tool-wood_23-2148640303.jpg", imageAlt: "Professional installation service"
|
||||
}
|
||||
]}
|
||||
@@ -130,16 +130,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
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?_wi=2", imageAlt: "Custom entertainment center project"
|
||||
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: "", imageSrc: "http://img.b2bpic.net/free-photo/ornate-sofa-bench-art-nouveau-style_23-2150975535.jpg?_wi=2", imageAlt: "Custom entertainment center project"
|
||||
},
|
||||
{
|
||||
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?_wi=2", imageAlt: "Custom cabinetry installation"
|
||||
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: "", imageSrc: "http://img.b2bpic.net/free-photo/contrast-wood-stone-modern-furniture-premium-textures_169016-71185.jpg?_wi=2", imageAlt: "Custom cabinetry installation"
|
||||
},
|
||||
{
|
||||
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?_wi=2", imageAlt: "Architectural woodwork installation"
|
||||
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: "", imageSrc: "http://img.b2bpic.net/free-photo/cafe-coffee-shop-interior-simple-concept_53876-41437.jpg?_wi=2", imageAlt: "Architectural woodwork installation"
|
||||
},
|
||||
{
|
||||
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?_wi=2", imageAlt: "Luxury furniture project showcase"
|
||||
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: "", imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185403.jpg?_wi=2", imageAlt: "Luxury furniture project showcase"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -149,10 +149,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to transform your vision into extraordinary woodwork? Let's discuss your project and bring your ideas to life with masterful craftsmanship."
|
||||
text="Ready to transform your vision into extraordinary woodwork? Let's work together to bring your ideas to life with masterful craftsmanship and expert attention to detail."
|
||||
animationType="reveal-blur"
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "mailto:contact@gomezwoodworking.com" },
|
||||
{ text: "Start Your Project", href: "mailto:contact@gomezwoodworking.com" },
|
||||
{ text: "View Portfolio", href: "#portfolio" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
@@ -169,4 +169,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user