diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d041e5..ba157e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,31 +31,14 @@ export default function LandingPage() { @@ -63,67 +46,22 @@ export default function LandingPage() {
@@ -132,15 +70,8 @@ export default function LandingPage() { @@ -152,31 +83,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - title: "Custom Carpentry", - description: "From built-ins to trim, we provide precise woodwork.", - imageSrc: "http://img.b2bpic.net/free-photo/man-engraving-wood-outdoors-close-up_23-2149061715.jpg", - }, - { - title: "Precision Tiling", - description: "Expert layout and installation for bathrooms, floors, and backsplashes.", - imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-with-modern-style-ai-generated_23-2150694894.jpg", - }, - { - title: "Home Consults", - description: "We help you select materials that fit your home's aesthetic.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-hand-holding-small-house-model-pencil-blueprint_23-2148203980.jpg", - }, - { - title: "Custom Furniture", - description: "Bespoke tables and storage solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861576.jpg", - }, - { - title: "Kitchen Refacing", - description: "Giving your cabinets a fresh, updated coastal look.", - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-measuring-with-ruler-pencil_23-2148679131.jpg", - }, + { title: "Custom Carpentry", description: "From built-ins to trim, we provide precise woodwork.", imageSrc: "http://img.b2bpic.net/free-photo/man-engraving-wood-outdoors-close-up_23-2149061715.jpg" }, + { title: "Precision Tiling", description: "Expert layout and installation for bathrooms, floors, and backsplashes.", imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-with-modern-style-ai-generated_23-2150694894.jpg" }, + { title: "Home Consults", description: "We help you select materials that fit your home's aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-hand-holding-small-house-model-pencil-blueprint_23-2148203980.jpg" }, ]} title="Our Specialized Services" description="Whether it's custom interior wood finishes or intricate tiling, our team brings professional care to every project in Volusia County." @@ -190,60 +99,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - brand: "Carpentry", - name: "Custom Kitchen Cabinetry", - price: "$$$", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/background-with-empty-wooden-table-with-tablecloth_93675-130865.jpg", - }, - { - id: "2", - brand: "Carpentry", - name: "Built-in Bookshelves", - price: "$$", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-minimalist-fireplace_23-2148238611.jpg", - }, - { - id: "3", - brand: "Tile", - name: "Modern Bathroom Tile", - price: "$$$", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11686.jpg", - }, - { - id: "4", - brand: "Carpentry", - name: "Entryway Bench", - price: "$", - rating: 5, - reviewCount: "5", - imageSrc: "http://img.b2bpic.net/free-photo/black-stone-tile-wall-textures_74190-2412.jpg", - }, - { - id: "5", - brand: "Tile", - name: "Patterned Backsplash", - price: "$$", - rating: 5, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/people-hands-getting-bottle-red-wine_53876-23320.jpg", - }, - { - id: "6", - brand: "Carpentry", - name: "Custom Door Frames", - price: "$$", - rating: 5, - reviewCount: "7", - imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861574.jpg", - }, + { id: "1", brand: "Carpentry", name: "Custom Kitchen Cabinetry", price: "$5,000+", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/background-with-empty-wooden-table-with-tablecloth_93675-130865.jpg" }, + { id: "2", brand: "Carpentry", name: "Built-in Bookshelves", price: "$2,500+", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-minimalist-fireplace_23-2148238611.jpg" }, + { id: "3", brand: "Tile", name: "Modern Bathroom Tile", price: "$3,000+", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11686.jpg" }, ]} title="Recent Projects Gallery" description="Browse our latest carpentry and tile installations across the county." @@ -256,36 +114,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "150+", - title: "Homes Renovated", - items: [ - "Kitchens", - "Bathrooms", - "Living Areas", - ], - }, - { - id: "m2", - value: "10+", - title: "Years Experience", - items: [ - "Carpentry", - "Tile Design", - "Install", - ], - }, - { - id: "m3", - value: "5/5", - title: "Customer Rating", - items: [ - "Quality", - "Communication", - "Punctuality", - ], - }, + { id: "m1", value: "150+", title: "Homes Renovated", items: ["Kitchens", "Bathrooms", "Living Areas"] }, + { id: "m2", value: "10+", title: "Years Experience", items: ["Carpentry", "Tile Design", "Install"] }, + { id: "m3", value: "5/5", title: "Customer Rating", items: ["Quality", "Communication", "Punctuality"] }, ]} title="Our Impact in Volusia County" description="Committed to quality and community trust." @@ -295,33 +126,7 @@ export default function LandingPage() {
@@ -377,41 +165,18 @@ export default function LandingPage() { logoText="Shore & Grain" columns={[ { - title: "Company", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Services", - href: "#features", - }, - { - label: "About", - href: "#about", - }, - { - label: "Gallery", - href: "#products", - }, - { - label: "Book Now", - href: "#contact", - }, + title: "Company", items: [ + { label: "Home", href: "#hero" }, + { label: "Services", href: "#features" }, + { label: "Gallery", href: "#products" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Contact", - items: [ - { - label: "(386) 555-0123", - href: "tel:3865550123", - }, - { - label: "hello@shoregrain.com", - href: "mailto:hello@shoregrain.com", - }, + title: "Contact", items: [ + { label: "(386) 555-0123", href: "tel:3865550123" }, + { label: "hello@shoregrain.com", href: "mailto:hello@shoregrain.com" }, + { label: "123 Coastal Way, Ormond Beach, FL 32174", href: "#" }, ], }, ]} @@ -421,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file