Merge version_1 into main #2
182
src/app/page.tsx
182
src/app/page.tsx
@@ -33,8 +33,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Metal Spinning", href: "#services" },
|
||||
{ label: "Custom Fabrication", href: "#services" },
|
||||
{ label: "Prototyping", href: "#services" },
|
||||
@@ -42,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -51,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (860) 349-1298", href: "tel:(860)349-1298" },
|
||||
{ label: "7 Christoni Ln, Wallingford, CT 06492", href: "#" },
|
||||
{ label: "Email: quote@spinshop.local", href: "#" },
|
||||
@@ -79,9 +76,7 @@ export default function HomePage() {
|
||||
brandName="The Spin Shop"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(860)349-1298",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(860)349-1298"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,29 +87,21 @@ export default function HomePage() {
|
||||
description="Custom metal spinning and fabrication for industrial, commercial, and specialty projects. Fast turnaround. Expert craftsmanship. Local service."
|
||||
tag="Local Expertise"
|
||||
tagIcon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132701.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132701.jpg"
|
||||
imageAlt="Professional metal fabrication workshop"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Martinez",
|
||||
handle: "Manufacturing Manager",
|
||||
testimonial: "Awesome service and prompt responsive time… the work was perfection.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=1",
|
||||
imageAlt: "John Martinez",
|
||||
},
|
||||
name: "John Martinez", handle: "Manufacturing Manager", testimonial: "Awesome service and prompt responsive time… the work was perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "John Martinez"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:(860)349-1298",
|
||||
},
|
||||
text: "Call Now", href: "tel:(860)349-1298"},
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request a Quote", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -130,52 +117,28 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Metal Spinning",
|
||||
description: "Expert metal spinning on advanced equipment for symmetrical, seamless components",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Metal Spinning", description: "Expert metal spinning on advanced equipment for symmetrical, seamless components", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Custom Fabrication",
|
||||
description: "Full-service custom metal fabrication from design to delivery",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Custom Fabrication", description: "Full-service custom metal fabrication from design to delivery", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Prototype Development",
|
||||
description: "Rapid prototyping to bring your concepts to precision reality",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Prototype Development", description: "Rapid prototyping to bring your concepts to precision reality", bentoComponent: "map"},
|
||||
{
|
||||
title: "Precision Metal Parts",
|
||||
description: "High-tolerance manufactured components for industrial applications",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Precision Metal Parts", description: "High-tolerance manufactured components for industrial applications", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Industrial Solutions",
|
||||
description: "Large-scale fabrication and assembly for manufacturing partners",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Industrial Solutions", description: "Large-scale fabrication and assembly for manufacturing partners", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Fast Turnaround",
|
||||
value: "48-72 Hours",
|
||||
},
|
||||
label: "Fast Turnaround", value: "48-72 Hours"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Quality Assured",
|
||||
value: "100% Inspection",
|
||||
},
|
||||
label: "Quality Assured", value: "100% Inspection"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Local Service",
|
||||
value: "Wallingford, CT",
|
||||
},
|
||||
label: "Local Service", value: "Wallingford, CT"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Specialty Projects",
|
||||
description: "Custom solutions for unique fabrication challenges",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
title: "Specialty Projects", description: "Custom solutions for unique fabrication challenges", bentoComponent: "reveal-icon", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -190,13 +153,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Quote", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -211,46 +170,22 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Martinez",
|
||||
role: "Manufacturing Manager",
|
||||
company: "Industrial Solutions LLC",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=2",
|
||||
imageAlt: "John Martinez",
|
||||
},
|
||||
id: "1", name: "John Martinez", role: "Manufacturing Manager", company: "Industrial Solutions LLC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "John Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
role: "Project Engineer",
|
||||
company: "Advanced Tech Manufacturing",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=3",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
id: "2", name: "Sarah Chen", role: "Project Engineer", company: "Advanced Tech Manufacturing", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Rodriguez",
|
||||
role: "Operations Director",
|
||||
company: "Connecticut Contractors Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=4",
|
||||
imageAlt: "Michael Rodriguez",
|
||||
},
|
||||
id: "3", name: "Michael Rodriguez", role: "Operations Director", company: "Connecticut Contractors Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Michael Rodriguez"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years of Experience",
|
||||
},
|
||||
value: "15+", label: "Years of Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Successful Projects",
|
||||
},
|
||||
value: "500+", label: "Successful Projects"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "On-Time Delivery",
|
||||
},
|
||||
value: "98%", label: "On-Time Delivery"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -266,41 +201,18 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "The Spin Shop",
|
||||
name: "Spun Metal Components",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "Precision",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cupcakes-tin_23-2147787027.jpg?_wi=1",
|
||||
imageAlt: "Precision spun metal components",
|
||||
},
|
||||
id: "1", brand: "The Spin Shop", name: "Spun Metal Components", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cupcakes-tin_23-2147787027.jpg", imageAlt: "Precision spun metal components"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "The Spin Shop",
|
||||
name: "Industrial Metal Assembly",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-metallic-surface-texture_23-2148953963.jpg?_wi=1",
|
||||
imageAlt: "Industrial metal assembly work",
|
||||
},
|
||||
id: "2", brand: "The Spin Shop", name: "Industrial Metal Assembly", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/rough-metallic-surface-texture_23-2148953963.jpg", imageAlt: "Industrial metal assembly work"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "The Spin Shop",
|
||||
name: "Specialty Fabrication Project",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "Expertise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-industrial-plant-discussing-about-production-efficiency_342744-236.jpg?_wi=1",
|
||||
imageAlt: "Specialty metal fabrication project",
|
||||
},
|
||||
id: "3", brand: "The Spin Shop", name: "Specialty Fabrication Project", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-industrial-plant-discussing-about-production-efficiency_342744-236.jpg", imageAlt: "Specialty metal fabrication project"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
text: "View Full Portfolio", href: "/portfolio"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -316,25 +228,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "7",
|
||||
title: "Service Locations",
|
||||
description: "Wallingford, New Haven, Meriden, Cheshire, Middletown, Hartford region, and beyond",
|
||||
icon: MapPin,
|
||||
id: "1", value: "7", title: "Service Locations", description: "Wallingford, New Haven, Meriden, Cheshire, Middletown, Hartford region, and beyond", icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24",
|
||||
title: "Hour Response",
|
||||
description: "Quick turnaround on quotes and project starts",
|
||||
icon: Clock,
|
||||
id: "2", value: "24", title: "Hour Response", description: "Quick turnaround on quotes and project starts", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "1998",
|
||||
title: "Since Year",
|
||||
description: "Over two decades of local fabrication expertise",
|
||||
icon: Building2,
|
||||
id: "3", value: "1998", title: "Since Year", description: "Over two decades of local fabrication expertise", icon: Building2,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -348,7 +248,7 @@ export default function HomePage() {
|
||||
description="Contact The Spin Shop LLC today for a free quote. Our team responds within 24 hours."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-empty-benches_422131-118.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-empty-benches_422131-118.jpg"
|
||||
imageAlt="Metal fabrication workshop interior"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user