Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 23:13:11 +00:00

View File

@@ -9,7 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Sparkles, Shield, Zap, Heart, MessageCircle, CheckCircle, RotateCw, Knife, Wrench, Drill, Leaf, Axe, Scissors, Star, Brain, Package, Clock, TrendingUp, DollarSign, Smile } from 'lucide-react';
import { Sparkles, Shield, Zap, Heart, MessageCircle, CheckCircle, RotateCw, Wrench, Drill, Leaf, Axe, Scissors, Star, Brain, Package, Clock, TrendingUp, DollarSign, Smile } from 'lucide-react';
export default function LandingPage() {
return (
@@ -114,7 +114,7 @@ export default function LandingPage() {
},
{
title: "Knives & Tools", description: "Kitchen knives, shop tools, and cutting implements. Razor-sharp edges restored to professional standards.", bentoComponent: "icon-info-cards", items: [
{ icon: Knife, label: "Kitchen Knives", value: "Razor Sharp" },
{ icon: Drill, label: "Kitchen Knives", value: "Razor Sharp" },
{ icon: Wrench, label: "Shop Tools", value: "Precision Edge" },
{ icon: Zap, label: "Chisels", value: "Pro Grade" }
]