Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d07a82a12 | |||
| 28f2a5c359 | |||
| be09e232dc | |||
| 51567119fe | |||
| 5df95757a3 | |||
| 134af62e7c | |||
| 7ff7aa5c04 | |||
| cc1a0bb52b | |||
| b7b607e056 | |||
| 3b9fa3e434 |
313
src/app/page.tsx
313
src/app/page.tsx
@@ -31,31 +31,14 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "Services", id: "features" },
|
||||||
id: "hero",
|
{ name: "About", id: "about" },
|
||||||
},
|
{ name: "Gallery", id: "products" },
|
||||||
{
|
{ name: "Contact", id: "contact" },
|
||||||
name: "Services",
|
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Gallery",
|
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Book Now",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book Free Estimate",
|
text: "Book Free Estimate", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
brandName="Shore & Grain"
|
brandName="Shore & Grain"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -63,67 +46,22 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Coastal Craftsmanship for Your Home"
|
title="Coastal Craftsmanship for Your Home"
|
||||||
description="Expert carpentry and precision tile work throughout Volusia County. We turn your vision into beautiful, lasting home spaces with natural materials and master craftsmanship."
|
description="Expert carpentry and precision tile work throughout Volusia County. We turn your vision into beautiful, lasting home spaces with natural materials and master craftsmanship."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Book Free Estimate", href: "#contact" },
|
||||||
text: "Book Free Estimate",
|
{ text: "View Gallery", href: "#products" },
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "View Gallery",
|
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-cutting-watermelon-medium-shot_23-2149638023.jpg"
|
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278614.jpg",
|
|
||||||
alt: "Satisfied homeowner",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/young-woman-having-break-from-work-sitting-kitchen-using-smartphone-girl-studies-home_1258-199919.jpg",
|
|
||||||
alt: "Happy client",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-man-choosing-color_23-2149721880.jpg",
|
|
||||||
alt: "Professional contractor",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278618.jpg",
|
|
||||||
alt: "Renovation team",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/man-working-his-wood-shop-with-tools-equipment_23-2150861559.jpg",
|
|
||||||
alt: "Finished project owner",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
avatarText="Trusted by 150+ Volusia families"
|
avatarText="Trusted by 150+ Volusia families"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "Custom Woodwork" },
|
||||||
type: "text",
|
{ type: "text", text: "Tile Installation" },
|
||||||
text: "Custom Woodwork",
|
{ type: "text", text: "Home Renovations" },
|
||||||
},
|
{ type: "text", text: "Professional Finish" },
|
||||||
{
|
{ type: "text", text: "Coastal Style" },
|
||||||
type: "text",
|
|
||||||
text: "Tile Installation",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Home Renovations",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Professional Finish",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Coastal Style",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -132,15 +70,8 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "Built with Integrity & Local Heart" },
|
||||||
type: "text",
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg", alt: "Craftsman at work" },
|
||||||
content: "Built with Integrity & Local Heart",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg",
|
|
||||||
alt: "Craftsman at work",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -152,31 +83,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
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: "Custom Carpentry",
|
{ 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" },
|
||||||
description: "From built-ins to trim, we provide precise woodwork.",
|
{ 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" },
|
||||||
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="Our Specialized Services"
|
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."
|
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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ 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: "1",
|
{ 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" },
|
||||||
brand: "Carpentry",
|
{ 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" },
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Recent Projects Gallery"
|
title="Recent Projects Gallery"
|
||||||
description="Browse our latest carpentry and tile installations across the county."
|
description="Browse our latest carpentry and tile installations across the county."
|
||||||
@@ -256,36 +114,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "150+", title: "Homes Renovated", items: ["Kitchens", "Bathrooms", "Living Areas"] },
|
||||||
id: "m1",
|
{ id: "m2", value: "10+", title: "Years Experience", items: ["Carpentry", "Tile Design", "Install"] },
|
||||||
value: "150+",
|
{ id: "m3", value: "5/5", title: "Customer Rating", items: ["Quality", "Communication", "Punctuality"] },
|
||||||
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"
|
title="Our Impact in Volusia County"
|
||||||
description="Committed to quality and community trust."
|
description="Committed to quality and community trust."
|
||||||
@@ -295,33 +126,7 @@ export default function LandingPage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[]}
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
name: "Sarah J.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Mark D.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-daughter-giving-gift-mother-kitchen_23-2147788207.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Elena R.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588744.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Kevin T.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pet-cat-lifestyle-portraits_23-2149169897.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Linda M.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-caucasian-girl-posing-camera-windy-day-sea-outdoor-photo-emotional-blonde-woman-stripped-shirt-posing-nature-background_291650-1777.jpg",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
cardTitle="What Our Neighbors Say"
|
cardTitle="What Our Neighbors Say"
|
||||||
cardTag="Testimonials"
|
cardTag="Testimonials"
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
@@ -333,23 +138,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "Do you serve all of Volusia County?", content: "Yes, we proudly serve all cities and communities within Volusia County." },
|
||||||
id: "q1",
|
{ id: "q2", title: "Can I provide my own materials?", content: "Yes, we are happy to work with your materials or help you source high-quality options." },
|
||||||
title: "Do you serve all of Volusia County?",
|
{ id: "q3", title: "How do I get a quote?", content: "Click the 'Book Free Estimate' button to fill out our contact form." },
|
||||||
content: "Yes, we proudly serve all cities and communities within Volusia County.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q2",
|
|
||||||
title: "Can I provide my own materials?",
|
|
||||||
content: "Yes, we are happy to work with your materials or help you source high-quality options.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "How do I get a quote?",
|
|
||||||
content: "Click the 'Book Free Estimate' button in the navigation to fill out our contact form.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428257.jpg"
|
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Here is what you need to know about our home service process."
|
description="Here is what you need to know about our home service process."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -359,16 +151,12 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
title="Let's Get Started"
|
title="Let's Get Started"
|
||||||
description="Ready to transform your home? Fill out your details below and we'll reach out to discuss your project."
|
description="Ready to transform your home? Fill out your details below and we'll reach out to discuss your project."
|
||||||
mediaAnimation="slide-up"
|
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/building-blueprints-table_23-2147710828.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/building-blueprints-table_23-2147710828.jpg"
|
||||||
imageAlt="Blueprints and workspace"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -377,41 +165,18 @@ export default function LandingPage() {
|
|||||||
logoText="Shore & Grain"
|
logoText="Shore & Grain"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
{ label: "Home", href: "#hero" },
|
||||||
{
|
{ label: "Services", href: "#features" },
|
||||||
label: "Home",
|
{ label: "Gallery", href: "#products" },
|
||||||
href: "#hero",
|
{ label: "Contact", href: "#contact" },
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Services",
|
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "About",
|
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Gallery",
|
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Book Now",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
{ label: "(386) 555-0123", href: "tel:3865550123" },
|
||||||
{
|
{ label: "hello@shoregrain.com", href: "mailto:hello@shoregrain.com" },
|
||||||
label: "(386) 555-0123",
|
{ label: "123 Coastal Way, Ormond Beach, FL 32174", href: "#" },
|
||||||
href: "tel:3865550123",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "hello@shoregrain.com",
|
|
||||||
href: "mailto:hello@shoregrain.com",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user