Initial commit
This commit is contained in:
188
src/app/gallery/page.tsx
Normal file
188
src/app/gallery/page.tsx
Normal file
@@ -0,0 +1,188 @@
|
||||
"use client";
|
||||
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Facebook, Instagram } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function GalleryPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Gorman Restoration"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Our Process", id: "/process" },
|
||||
{ name: "Gallery", id: "/gallery" }
|
||||
]}
|
||||
button={{
|
||||
text: "Request a Quote",
|
||||
href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="featured-work" data-section="featured-work">
|
||||
<FeatureCardMedia
|
||||
title="Featured Craftsmanship"
|
||||
description="Signature work that reflects our attention to detail and commitment to quality finishes."
|
||||
tag="Our Work"
|
||||
features={[
|
||||
{
|
||||
id: "staircase",
|
||||
title: "Custom Staircase Refinishing",
|
||||
description: "Smooth finish, clean lines, durable results that enhance the entire home.",
|
||||
tag: "Carpentry",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/home-interior-design-stairs_23-2148986627.jpg",
|
||||
buttons: [{ text: "Get Quote", href: "/contact" }]
|
||||
},
|
||||
{
|
||||
id: "door",
|
||||
title: "Statement Entry Doors",
|
||||
description: "Unique shapes, refinished wood, upgraded hardware with premium presence.",
|
||||
tag: "Custom Work",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/antique-door-retro-style_1232-3012.jpg",
|
||||
buttons: [{ text: "Learn More", href: "/services" }]
|
||||
},
|
||||
{
|
||||
id: "fireplace",
|
||||
title: "Modern Feature Walls",
|
||||
description: "Fireplace surrounds, niche lighting, tile work aligned with precision.",
|
||||
tag: "Remodeling",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/living-room-corner-style-with-fireplace-decor-wood-concept-interior-room-style_169016-13061.jpg",
|
||||
buttons: [{ text: "View Process", href: "/process" }]
|
||||
},
|
||||
{
|
||||
id: "interior",
|
||||
title: "Bright Modern Interior",
|
||||
description: "Open, clean, premium feel with thoughtful layout improvements.",
|
||||
tag: "Remodeling",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg",
|
||||
buttons: [{ text: "Start Project", href: "/contact" }]
|
||||
},
|
||||
{
|
||||
id: "exterior",
|
||||
title: "Exterior Siding & Appeal",
|
||||
description: "Crisp lines, modern contrast, strong finishes that boost curb appeal.",
|
||||
tag: "Exterior",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/windows-building_1122-873.jpg",
|
||||
buttons: [{ text: "Schedule Consultation", href: "/contact" }]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="project-categories" data-section="project-categories">
|
||||
<FeatureCardMedia
|
||||
title="Project Categories"
|
||||
description="Explore the range of services we provide, from detailed restoration work to complete remodeling projects."
|
||||
tag="Our Specialties"
|
||||
features={[
|
||||
{
|
||||
id: "restoration",
|
||||
title: "Restoration & Repair",
|
||||
description: "Expert restoration services that bring damaged areas back to life with careful attention to original details.",
|
||||
tag: "Restoration",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg"
|
||||
},
|
||||
{
|
||||
id: "carpentry",
|
||||
title: "Custom Carpentry",
|
||||
description: "Handcrafted woodwork including trim, built-ins, and custom millwork designed to enhance your space.",
|
||||
tag: "Carpentry",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26126.jpg"
|
||||
},
|
||||
{
|
||||
id: "remodeling",
|
||||
title: "Interior Remodeling",
|
||||
description: "Transform your living spaces with thoughtful design and quality execution that adds lasting value.",
|
||||
tag: "Remodeling",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="client-testimonials" data-section="client-testimonials">
|
||||
<TestimonialCardFive
|
||||
title="Client Success Stories"
|
||||
description="Real feedback from homeowners who've experienced our commitment to quality and clear communication."
|
||||
tag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson, Homeowner",
|
||||
date: "Date: March 2024",
|
||||
title: "Incredibly Consultative and Reliable",
|
||||
quote: "Incredibly consultative, transparent and reliable. Estimates are always prompt and clear and the work is very high quality. Lucky treats your home with respect and follows through on every detail.",
|
||||
tag: "Restoration & Repair",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen, Homeowner",
|
||||
date: "Date: February 2024",
|
||||
title: "My Home Feels New Again",
|
||||
quote: "With repairs and improvements done thoughtfully, my house is beginning to again feel like the home I bought. The quality of work and attention to detail is exceptional.",
|
||||
tag: "Remodeling",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez, Homeowner",
|
||||
date: "Date: January 2024",
|
||||
title: "Rare Find—Respect and Quality",
|
||||
quote: "Respect for our time, expedited service, extremely reasonable pricing, and quality work. A rare find in this industry. Lucky goes above and beyond on every project.",
|
||||
tag: "Carpentry",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterCard
|
||||
logoText="Gorman Restoration"
|
||||
copyrightText="© 2024 Gorman Restoration & Remodeling. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/gormanrestoration",
|
||||
ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/gormanrestoration",
|
||||
ariaLabel: "Instagram"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user