Update src/app/page.tsx
This commit is contained in:
148
src/app/page.tsx
148
src/app/page.tsx
@@ -59,7 +59,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -70,9 +70,7 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="Granite House"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:01772440888",
|
||||
}}
|
||||
text: "Call Now", href: "tel:01772440888"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,7 +78,7 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Luxury Granite, Quartz & Marble Worktops in Preston"
|
||||
description="Expertly fabricated stone worktops with fast turnaround and flawless installation. Trusted by homeowners and designers across Lancashire."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Premium Stone Solutions"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -102,28 +100,16 @@ export default function HomePage() {
|
||||
description="Award-winning stone craftsmanship trusted by homeowners across Preston and Lancashire."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.9★",
|
||||
title: "Google Rating from 365+ Reviews",
|
||||
items: ["Verified customer reviews", "Expert installation team", "Transparent pricing"],
|
||||
id: "1", value: "4.9★", title: "Google Rating from 365+ Reviews", items: ["Verified customer reviews", "Expert installation team", "Transparent pricing"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Preston",
|
||||
title: "Local Showroom Experience",
|
||||
items: ["View extensive stone samples", "Meet our expert team", "Professional consultations"],
|
||||
id: "2", value: "Preston", title: "Local Showroom Experience", items: ["View extensive stone samples", "Meet our expert team", "Professional consultations"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Expert",
|
||||
title: "Master Stone Fabricators",
|
||||
items: ["Precision cutting & shaping", "Professional installation", "Quality guarantee"],
|
||||
id: "3", value: "Expert", title: "Master Stone Fabricators", items: ["Precision cutting & shaping", "Professional installation", "Quality guarantee"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "Fast",
|
||||
title: "Quick Project Turnaround",
|
||||
items: ["Efficient fabrication", "Flexible scheduling", "Minimal disruption"],
|
||||
id: "4", value: "Fast", title: "Quick Project Turnaround", items: ["Efficient fabrication", "Flexible scheduling", "Minimal disruption"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -144,33 +130,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Granite Worktops",
|
||||
description: "Classic elegance with natural stone beauty. Durable, heat-resistant, and timeless appeal for any kitchen style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backdrop-decor-tracery-tile-texture_1253-849.jpg?_wi=1",
|
||||
imageAlt: "Granite slab sample",
|
||||
},
|
||||
id: "01", title: "Granite Worktops", description: "Classic elegance with natural stone beauty. Durable, heat-resistant, and timeless appeal for any kitchen style.", imageSrc: "http://img.b2bpic.net/free-photo/backdrop-decor-tracery-tile-texture_1253-849.jpg", imageAlt: "Granite slab sample"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Quartz Worktops",
|
||||
description: "Contemporary engineered stone combining durability with low maintenance. Stunning patterns and consistent quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg?_wi=1",
|
||||
imageAlt: "Quartz slab sample",
|
||||
},
|
||||
id: "02", title: "Quartz Worktops", description: "Contemporary engineered stone combining durability with low maintenance. Stunning patterns and consistent quality.", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg", imageAlt: "Quartz slab sample"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Marble Worktops",
|
||||
description: "Luxurious and sophisticated. Perfect for statement kitchens seeking premium aesthetics and natural veining.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-marble-texture-composition_23-2149016754.jpg?_wi=1",
|
||||
imageAlt: "Marble slab sample",
|
||||
},
|
||||
id: "03", title: "Marble Worktops", description: "Luxurious and sophisticated. Perfect for statement kitchens seeking premium aesthetics and natural veining.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-marble-texture-composition_23-2149016754.jpg", imageAlt: "Marble slab sample"},
|
||||
{
|
||||
id: "04",
|
||||
title: "Porcelain Worktops",
|
||||
description: "Modern and versatile with incredible durability. Scratch-resistant and available in endless design possibilities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-waffle-slices-black-plate-top-view_114579-85317.jpg",
|
||||
imageAlt: "Porcelain slab sample",
|
||||
},
|
||||
id: "04", title: "Porcelain Worktops", description: "Modern and versatile with incredible durability. Scratch-resistant and available in endless design possibilities.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-waffle-slices-black-plate-top-view_114579-85317.jpg", imageAlt: "Porcelain slab sample"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textboxLayout="default"
|
||||
@@ -191,49 +157,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Kitchen",
|
||||
title: "Modern Granite Kitchen Transformation",
|
||||
excerpt: "Sleek black granite worktop with white cabinetry creates stunning contemporary kitchen design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/center-cooktop-blue-modules-stone-backdrop_169016-69293.jpg?_wi=1",
|
||||
imageAlt: "Modern kitchen with black granite worktop",
|
||||
authorName: "Granite House",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "1", category: "Kitchen", title: "Modern Granite Kitchen Transformation", excerpt: "Sleek black granite worktop with white cabinetry creates stunning contemporary kitchen design.", imageSrc: "http://img.b2bpic.net/free-photo/center-cooktop-blue-modules-stone-backdrop_169016-69293.jpg", imageAlt: "Modern kitchen with black granite worktop", authorName: "Granite House", authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg", date: "2024"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Bathroom",
|
||||
title: "Marble Bathroom Vanity Installation",
|
||||
excerpt: "Elegant white marble creates a spa-like bathroom experience with natural stone beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sink_74190-3600.jpg?_wi=1",
|
||||
imageAlt: "Marble bathroom vanity with modern fixtures",
|
||||
authorName: "Granite House",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "2", category: "Bathroom", title: "Marble Bathroom Vanity Installation", excerpt: "Elegant white marble creates a spa-like bathroom experience with natural stone beauty.", imageSrc: "http://img.b2bpic.net/free-photo/sink_74190-3600.jpg", imageAlt: "Marble bathroom vanity with modern fixtures", authorName: "Granite House", authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg", date: "2024"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Kitchen",
|
||||
title: "Quartz Island Worktop Project",
|
||||
excerpt: "Large engineered quartz island becomes the centerpiece of this family kitchen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg?_wi=1",
|
||||
imageAlt: "Large quartz island worktop in spacious kitchen",
|
||||
authorName: "Granite House",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "3", category: "Kitchen", title: "Quartz Island Worktop Project", excerpt: "Large engineered quartz island becomes the centerpiece of this family kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg", imageAlt: "Large quartz island worktop in spacious kitchen", authorName: "Granite House", authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg", date: "2024"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Bar",
|
||||
title: "Granite Home Bar Counter",
|
||||
excerpt: "Premium granite bar counter adds luxury to home entertaining spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821350.jpg",
|
||||
imageAlt: "Granite bar counter with premium finishes",
|
||||
authorName: "Granite House",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "4", category: "Bar", title: "Granite Home Bar Counter", excerpt: "Premium granite bar counter adds luxury to home entertaining spaces.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821350.jpg", imageAlt: "Granite bar counter with premium finishes", authorName: "Granite House", authorAvatar: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg", date: "2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -252,53 +182,17 @@ export default function HomePage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Kitchen Renovation",
|
||||
testimonial: "Excellent service from start to finish. The granite worktop completely transformed my kitchen. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Kitchen Renovation", testimonial: "Excellent service from start to finish. The granite worktop completely transformed my kitchen. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Interior Designer",
|
||||
testimonial: "Quick turnaround and installed impeccably. Granite House is my go-to supplier for client projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Interior Designer", testimonial: "Quick turnaround and installed impeccably. Granite House is my go-to supplier for client projects.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Watson",
|
||||
handle: "Bathroom Renovation",
|
||||
testimonial: "The marble vanity is absolutely stunning. Professional team and beautiful results exceeded my expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
|
||||
imageAlt: "Emma Watson",
|
||||
},
|
||||
id: "3", name: "Emma Watson", handle: "Bathroom Renovation", testimonial: "The marble vanity is absolutely stunning. Professional team and beautiful results exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Watson"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Smith",
|
||||
handle: "Property Developer",
|
||||
testimonial: "Reliable partner for multiple projects. Quality workmanship and competitive pricing make them stand out.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
imageAlt: "David Smith",
|
||||
},
|
||||
id: "4", name: "David Smith", handle: "Property Developer", testimonial: "Reliable partner for multiple projects. Quality workmanship and competitive pricing make them stand out.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "David Smith"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Brown",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Outstanding attention to detail. The quartz island is the focal point of our new kitchen. Worth every penny!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3",
|
||||
imageAlt: "Lisa Brown",
|
||||
},
|
||||
id: "5", name: "Lisa Brown", handle: "Homeowner", testimonial: "Outstanding attention to detail. The quartz island is the focal point of our new kitchen. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Brown"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Wilson",
|
||||
handle: "Kitchen Designer",
|
||||
testimonial: "Best stone supplier in Preston. Consistent quality, professional installation, and excellent customer service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "6", name: "James Wilson", handle: "Kitchen Designer", testimonial: "Best stone supplier in Preston. Consistent quality, professional installation, and excellent customer service.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "James Wilson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user