Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-28 13:35:29 +00:00
6 changed files with 102 additions and 555 deletions

View File

@@ -8,7 +8,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Trophy, Users } from "lucide-react";
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -26,32 +26,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Kitchens",
id: "/portfolio",
},
{
name: "Services",
id: "/services",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Kitchens", id: "/portfolio" },
{ name: "Services", id: "/services" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Conway Kitchens"
button={{ text: "Enquire", href: "/contact" }}
/>
</div>
@@ -59,15 +42,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Generational Expertise Since 1976",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/carpenter-with-face-mask-using-laptop-while-working-workshop_637285-11697.jpg",
alt: "Workshop heritage",
},
{ type: "text", content: "Generational Expertise Since 1976" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/carpenter-with-face-mask-using-laptop-while-working-workshop_637285-11697.jpg", alt: "Workshop heritage" },
]}
/>
</div>
@@ -77,16 +53,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Company Milestones"
metrics={[
{
icon: Trophy,
label: "Industry Awards",
value: "15+",
},
{
icon: Users,
label: "Team Members",
value: "20+",
},
{ icon: Trophy, label: "Industry Awards", value: "15+" },
{ icon: Users, label: "Team Members", value: "20+" },
]}
metricsAnimation="slide-up"
/>
@@ -95,36 +63,8 @@ export default function LandingPage() {
<div id="site-footer" data-section="site-footer">
<FooterSimple
columns={[
{
title: "Navigation",
items: [
{
label: "About",
href: "/about",
},
{
label: "Portfolio",
href: "/portfolio",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Info",
items: [
{
label: "Established 1976",
href: "#",
},
{
label: "Ballygawley, NI",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Info", items: [{ label: "Established 1976", href: "#" }, { label: "Ballygawley, NI", href: "#" }] },
]}
bottomLeftText="© 2024 Conway Kitchens."
bottomRightText="All rights reserved."
@@ -133,4 +73,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -25,41 +25,22 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Kitchens",
id: "/portfolio",
},
{
name: "Services",
id: "/services",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Kitchens", id: "/portfolio" },
{ name: "Services", id: "/services" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Conway Kitchens"
button={{ text: "Enquire", href: "/contact" }}
/>
</div>
<div id="contact-section" data-section="contact-section">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Let's Talk"
title="Start Your Kitchen Transformation"
description="Ready to design your dream kitchen? Contact us today for a consultation in Ballygawley."
@@ -74,13 +55,7 @@ export default function LandingPage() {
layout="section"
title="Privacy Policy"
sections={[
{
heading: "Data Handling",
content: {
type: "paragraph",
text: "We handle your information with the utmost confidentiality.",
},
},
{ heading: "Data Handling", content: { type: "paragraph", text: "We handle your information with the utmost confidentiality." } },
]}
/>
</div>
@@ -88,36 +63,8 @@ export default function LandingPage() {
<div id="site-footer" data-section="site-footer">
<FooterSimple
columns={[
{
title: "Navigation",
items: [
{
label: "About",
href: "/about",
},
{
label: "Portfolio",
href: "/portfolio",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Info",
items: [
{
label: "Established 1976",
href: "#",
},
{
label: "Ballygawley, NI",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Info", items: [{ label: "Established 1976", href: "#" }, { label: "Ballygawley, NI", href: "#" }] },
]}
bottomLeftText="© 2024 Conway Kitchens."
bottomRightText="All rights reserved."
@@ -126,4 +73,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -29,67 +29,30 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Kitchens",
id: "/portfolio",
},
{
name: "Services",
id: "/services",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Kitchens", id: "/portfolio" },
{ name: "Services", id: "/services" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Conway Kitchens"
button={{ text: "Enquire", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Bespoke Kitchens Crafted Since 1976"
description="Excellence in kitchen manufacturing and installation, delivering high-quality, bespoke kitchens to homes across Northern Ireland for nearly five decades."
kpis={[
{
value: "48+",
label: "Years Established",
},
{
value: "1000+",
label: "Projects Completed",
},
{
value: "100%",
label: "Satisfaction Rate",
},
{ value: "48+", label: "Years Established" },
{ value: "1000+", label: "Projects Completed" },
{ value: "100%", label: "Satisfaction Rate" },
]}
enableKpiAnimation={true}
buttons={[
{
text: "Request a Quote",
href: "/contact",
},
{
text: "View Our Work",
href: "/portfolio",
},
]}
buttons={[{ text: "Request a Quote", href: "/contact" }, { text: "View Our Work", href: "/portfolio" }]}
imageSrc="http://img.b2bpic.net/free-photo/kitchen-drawers-pulled-out-easy-access-space-organization_169016-71034.jpg"
mediaAnimation="blur-reveal"
/>
@@ -100,21 +63,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Impact"
metrics={[
{
icon: Building2,
label: "Kitchens Built",
value: "1200+",
},
{
icon: Clock,
label: "Years Active",
value: "48",
},
{
icon: Smile,
label: "Happy Clients",
value: "99%",
},
{ icon: Building2, label: "Kitchens Built", value: "1200+" },
{ icon: Clock, label: "Years Active", value: "48" },
{ icon: Smile, label: "Happy Clients", value: "99%" },
]}
metricsAnimation="slide-up"
/>
@@ -128,16 +79,8 @@ export default function LandingPage() {
description="Answers to common queries about our process and design."
faqsAnimation="blur-reveal"
faqs={[
{
id: "f1",
title: "What areas do you serve?",
content: "We primarily serve Northern Ireland.",
},
{
id: "f2",
title: "Do you offer free quotes?",
content: "Yes, we provide free, no-obligation consultations.",
},
{ id: "f1", title: "What areas do you serve?", content: "We primarily serve Northern Ireland." },
{ id: "f2", title: "Do you offer free quotes?", content: "Yes, we provide free, no-obligation consultations." },
]}
/>
</div>
@@ -151,20 +94,8 @@ export default function LandingPage() {
title="Meet Our Craftsmen"
description="The skilled hands behind every beautiful Conway kitchen."
members={[
{
id: "m1",
name: "Liam Connor",
role: "Master Carpenter",
description: "Leading our production team since 2005.",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-with-face-mask-using-laptop-while-working-workshop_637285-11697.jpg",
},
{
id: "m2",
name: "Siobhan O'Neill",
role: "Senior Designer",
description: "Expert in space-saving modern design.",
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg?_wi=1",
},
{ id: "m1", name: "Liam Connor", role: "Master Carpenter", description: "Leading our production team since 2005.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-with-face-mask-using-laptop-while-working-workshop_637285-11697.jpg" },
{ id: "m2", name: "Siobhan O'Neill", role: "Senior Designer", description: "Expert in space-saving modern design.", imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg" },
]}
/>
</div>
@@ -172,9 +103,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get In Touch"
title="Begin Your Project"
description="Tell us about your kitchen plans and we will be in touch shortly."
@@ -184,36 +113,8 @@ export default function LandingPage() {
<div id="site-footer" data-section="site-footer">
<FooterSimple
columns={[
{
title: "Navigation",
items: [
{
label: "About",
href: "/about",
},
{
label: "Portfolio",
href: "/portfolio",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Info",
items: [
{
label: "Established 1976",
href: "#",
},
{
label: "Ballygawley, NI",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Info", items: [{ label: "Established 1976", href: "#" }, { label: "Ballygawley, NI", href: "#" }] },
]}
bottomLeftText="© 2024 Conway Kitchens."
bottomRightText="All rights reserved."
@@ -222,4 +123,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
export default function LandingPage() {
export default function PortfolioPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -25,32 +25,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Kitchens",
id: "/portfolio",
},
{
name: "Services",
id: "/services",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Kitchens", id: "/portfolio" },
{ name: "Services", id: "/services" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Conway Kitchens"
button={{ text: "Enquire", href: "/contact" }}
/>
</div>
@@ -61,33 +44,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Modern",
name: "Sleek Contemporary Kitchen",
price: "Custom",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976543.jpg?_wi=1",
},
{
id: "p2",
brand: "Traditional",
name: "Heritage Farmhouse Style",
price: "Custom",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dining-room-with-garden-view_23-2152008199.jpg?_wi=1",
},
{
id: "p3",
brand: "Contemporary",
name: "Minimalist Open Living",
price: "Custom",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-composition-with-modern-furniture_23-2147914071.jpg",
},
{ id: "p1", brand: "Modern", name: "Sleek Contemporary Kitchen", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976543.jpg" },
{ id: "p2", brand: "Traditional", name: "Heritage Farmhouse Style", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dining-room-with-garden-view_23-2152008199.jpg" },
{ id: "p3", brand: "Contemporary", name: "Minimalist Open Living", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-composition-with-modern-furniture_23-2147914071.jpg" },
]}
title="Recent Kitchen Projects"
description="Explore our portfolio of modern, traditional, and contemporary kitchen installations."
@@ -103,18 +62,8 @@ export default function LandingPage() {
title="Feature Installations"
description="A curated selection of our best work."
products={[
{
id: "p4",
name: "Oak Veneer Island",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dining-room-with-garden-view_23-2152008199.jpg?_wi=2",
},
{
id: "p5",
name: "Luxury Marble Kitchen",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976543.jpg?_wi=2",
},
{ id: "p4", name: "Oak Veneer Island", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dining-room-with-garden-view_23-2152008199.jpg" },
{ id: "p5", name: "Luxury Marble Kitchen", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976543.jpg" },
]}
/>
</div>
@@ -122,36 +71,8 @@ export default function LandingPage() {
<div id="site-footer" data-section="site-footer">
<FooterSimple
columns={[
{
title: "Navigation",
items: [
{
label: "About",
href: "/about",
},
{
label: "Portfolio",
href: "/portfolio",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Info",
items: [
{
label: "Established 1976",
href: "#",
},
{
label: "Ballygawley, NI",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Info", items: [{ label: "Established 1976", href: "#" }, { label: "Ballygawley, NI", href: "#" }] },
]}
bottomLeftText="© 2024 Conway Kitchens."
bottomRightText="All rights reserved."
@@ -160,4 +81,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
export default function LandingPage() {
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -25,32 +25,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Kitchens",
id: "/portfolio",
},
{
name: "Services",
id: "/services",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Kitchens", id: "/portfolio" },
{ name: "Services", id: "/services" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Conway Kitchens"
button={{ text: "Enquire", href: "/contact" }}
/>
</div>
@@ -60,36 +43,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "s1",
title: "Custom Design",
author: "Bespoke service",
description: "Tailored kitchen design solutions that perfectly match your home aesthetics.",
tags: [
"Design",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334491.jpg?_wi=1",
},
{
id: "s2",
title: "Quality Manufacturing",
author: "In-house production",
description: "Crafted with precision in our workshop using premium materials.",
tags: [
"Manufacturing",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13481.jpg?_wi=1",
},
{
id: "s3",
title: "Expert Installation",
author: "Professional team",
description: "Flawless installation by our expert team ensuring perfection.",
tags: [
"Installation",
],
imageSrc: "http://img.b2bpic.net/free-photo/base-units-led-line-cooktop_169016-68864.jpg",
},
{ id: "s1", title: "Custom Design", author: "Bespoke service", description: "Tailored kitchen design solutions that perfectly match your home aesthetics.", tags: ["Design"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334491.jpg" },
{ id: "s2", title: "Quality Manufacturing", author: "In-house production", description: "Crafted with precision in our workshop using premium materials.", tags: ["Manufacturing"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13481.jpg" },
{ id: "s3", title: "Expert Installation", author: "Professional team", description: "Flawless installation by our expert team ensuring perfection.", tags: ["Installation"], imageSrc: "http://img.b2bpic.net/free-photo/base-units-led-line-cooktop_169016-68864.jpg" },
]}
title="Our Professional Services"
description="From initial design concepts to final installation, we manage every step of your kitchen journey."
@@ -105,16 +61,8 @@ export default function LandingPage() {
title="The Conway Process"
description="How we turn your vision into reality."
features={[
{
title: "Phase 1: Consultation",
description: "Understanding your needs.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334491.jpg?_wi=2",
},
{
title: "Phase 2: Build",
description: "Crafting your units.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13481.jpg?_wi=2",
},
{ title: "Phase 1: Consultation", description: "Understanding your needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-color-palette-used-by-interior-designer_23-2150334491.jpg" },
{ title: "Phase 2: Build", description: "Crafting your units.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13481.jpg" },
]}
/>
</div>
@@ -122,36 +70,8 @@ export default function LandingPage() {
<div id="site-footer" data-section="site-footer">
<FooterSimple
columns={[
{
title: "Navigation",
items: [
{
label: "About",
href: "/about",
},
{
label: "Portfolio",
href: "/portfolio",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Info",
items: [
{
label: "Established 1976",
href: "#",
},
{
label: "Ballygawley, NI",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Info", items: [{ label: "Established 1976", href: "#" }, { label: "Ballygawley, NI", href: "#" }] },
]}
bottomLeftText="© 2024 Conway Kitchens."
bottomRightText="All rights reserved."
@@ -160,4 +80,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
export default function LandingPage() {
export default function TestimonialsPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -25,75 +25,29 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Kitchens",
id: "/portfolio",
},
{
name: "Services",
id: "/services",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Kitchens", id: "/portfolio" },
{ name: "Services", id: "/services" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Conway Kitchens"
button={{ text: "Enquire", href: "/contact" }}
/>
</div>
<div id="testimonials-list" data-section="testimonials-list">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
role: "Homeowner",
testimonial: "The attention to detail was exceptional. We love our new kitchen!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2148883376.jpg?_wi=1",
},
{
id: "t2",
name: "John Thompson",
role: "Developer",
testimonial: "Top-tier quality and professional installation. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-coffee-home-kitchen-wearing-silk-robe-while-enjoying-fresh-flowers_158595-8028.jpg?_wi=1",
},
{
id: "t3",
name: "Mary & Paul",
role: "Homeowners",
testimonial: "Excellent team. From design to completion, they were truly professional.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-recipe-from-cookery-book_329181-7718.jpg",
},
{
id: "t4",
name: "David Wilson",
role: "Interior Designer",
testimonial: "Conway Kitchens consistently delivers on high-end design requirements.",
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg?_wi=2",
},
{
id: "t5",
name: "Emma Roberts",
role: "Architect",
testimonial: "Fantastic bespoke work and timely delivery. A joy to work with.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2148883376.jpg?_wi=2",
},
{ id: "t1", name: "Sarah Miller", role: "Homeowner", testimonial: "The attention to detail was exceptional. We love our new kitchen!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2148883376.jpg" },
{ id: "t2", name: "John Thompson", role: "Developer", testimonial: "Top-tier quality and professional installation. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-coffee-home-kitchen-wearing-silk-robe-while-enjoying-fresh-flowers_158595-8028.jpg" },
{ id: "t3", name: "Mary & Paul", role: "Homeowners", testimonial: "Excellent team. From design to completion, they were truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-recipe-from-cookery-book_329181-7718.jpg" },
{ id: "t4", name: "David Wilson", role: "Interior Designer", testimonial: "Conway Kitchens consistently delivers on high-end design requirements.", imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg" },
{ id: "t5", name: "Emma Roberts", role: "Architect", testimonial: "Fantastic bespoke work and timely delivery. A joy to work with.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2148883376.jpg" },
]}
title="What Our Customers Say"
description="Trusted by hundreds of families in Northern Ireland for our craftsmanship and service."
@@ -107,16 +61,8 @@ export default function LandingPage() {
cardTag="Stories"
cardAnimation="blur-reveal"
testimonials={[
{
id: "v1",
name: "Liam T.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2148883376.jpg?_wi=3",
},
{
id: "v2",
name: "Sarah R.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-coffee-home-kitchen-wearing-silk-robe-while-enjoying-fresh-flowers_158595-8028.jpg?_wi=2",
},
{ id: "v1", name: "Liam T.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2148883376.jpg" },
{ id: "v2", name: "Sarah R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-coffee-home-kitchen-wearing-silk-robe-while-enjoying-fresh-flowers_158595-8028.jpg" },
]}
/>
</div>
@@ -124,36 +70,8 @@ export default function LandingPage() {
<div id="site-footer" data-section="site-footer">
<FooterSimple
columns={[
{
title: "Navigation",
items: [
{
label: "About",
href: "/about",
},
{
label: "Portfolio",
href: "/portfolio",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Info",
items: [
{
label: "Established 1976",
href: "#",
},
{
label: "Ballygawley, NI",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Info", items: [{ label: "Established 1976", href: "#" }, { label: "Ballygawley, NI", href: "#" }] },
]}
bottomLeftText="© 2024 Conway Kitchens."
bottomRightText="All rights reserved."
@@ -162,4 +80,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}