Update src/app/page.tsx

This commit is contained in:
2026-05-06 21:42:57 +00:00
parent 9f4e8ff81f
commit 98c7fbd46d

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "features",
},
{
name: "Products",
id: "products",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Services", id: "features" },
{ name: "Products", id: "products" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="SafeKitchen Systems"
/>
@@ -58,17 +43,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Elite Fire Suppression & Kitchen Installations"
description="Providing industry-leading fire protection systems and certified commercial kitchen equipment for restaurants and food services. Safety meets quality."
buttons={[
{
text: "Get a Consultation",
href: "#contact",
},
]}
buttons={[{ text: "Get a Consultation", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/cook-is-fry-vegetables-with-spices-sauce-wok-flame-cooking-process-asian-restaurant_613910-4979.jpg"
imageAlt="Fire suppression systems in commercial kitchen"
/>
@@ -79,10 +57,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Industry Leaders in Safety"
description={[
"With years of experience, we specialize in high-performance kitchen safety solutions and commercial-grade installation.",
"Our team provides end-to-end service, ensuring your kitchen is not only efficient but compliant with the highest safety standards.",
"We pride ourselves on attention to detail, professional installation, and outstanding service.",
]}
"With years of experience, we specialize in high-performance kitchen safety solutions and commercial-grade installation.", "Our team provides end-to-end service, ensuring your kitchen is not only efficient but compliant with the highest safety standards.", "We pride ourselves on attention to detail, professional installation, and outstanding service."]}
/>
</div>
@@ -93,24 +68,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
features={[
{
title: "Fire Suppression Systems",
description: "Custom-designed systems that provide maximum protection for your commercial kitchen staff and equipment.",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115852.jpg",
imageAlt: "Fire system",
},
{
title: "Certified Installation",
description: "Professional setup of hoods, vents, and gas systems ensuring full regulatory compliance.",
imageSrc: "http://img.b2bpic.net/free-photo/gas-stove-closeup-marble-wall-sleek-modern-kitchen-interior_169016-69063.jpg",
imageAlt: "Installation service",
},
{
title: "Equipment Maintenance",
description: "Routine checks and preventative care to keep your kitchen running smoothly and safely.",
imageSrc: "http://img.b2bpic.net/free-photo/polished-gas-cooker-after-washingperfectly-clean-gas-cooker-after-being-washed-with-polishing-chemicals-result-washing-burners_132075-13133.jpg",
imageAlt: "Maintenance service",
},
{ title: "Fire Suppression Systems", description: "Custom-designed systems that provide maximum protection for your commercial kitchen staff and equipment.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115852.jpg", imageAlt: "Fire system" },
{ title: "Certified Installation", description: "Professional setup of hoods, vents, and gas systems ensuring full regulatory compliance.", imageSrc: "http://img.b2bpic.net/free-photo/gas-stove-closeup-marble-wall-sleek-modern-kitchen-interior_169016-69063.jpg", imageAlt: "Installation service" },
{ title: "Equipment Maintenance", description: "Routine checks and preventative care to keep your kitchen running smoothly and safely.", imageSrc: "http://img.b2bpic.net/free-photo/polished-gas-cooker-after-washingperfectly-clean-gas-cooker-after-being-washed-with-polishing-chemicals-result-washing-burners_132075-13133.jpg", imageAlt: "Maintenance service" },
]}
title="Comprehensive Safety Services"
description="Our expertise covers the full spectrum of kitchen and safety requirements."
@@ -124,60 +84,12 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "SafeSys",
name: "Vented Hood Assembly",
price: "$1,200",
rating: 5,
reviewCount: "24",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-kitchen_1048-11323.jpg",
},
{
id: "2",
brand: "ProChef",
name: "Stainless Utility Sink",
price: "$850",
rating: 5,
reviewCount: "18",
imageSrc: "http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-4975.jpg",
},
{
id: "3",
brand: "SafeSys",
name: "Suppression Nozzle Kit",
price: "$450",
rating: 5,
reviewCount: "32",
imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daytime-shadows_23-2149080218.jpg",
},
{
id: "4",
brand: "ThermPro",
name: "Commercial Gas Stove",
price: "$3,500",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-gas-burner-blue-flame-modern-kitchen-tech_169016-69059.jpg",
},
{
id: "5",
brand: "HydraFlow",
name: "Safety Distribution Pipe",
price: "$300",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4930.jpg",
},
{
id: "6",
brand: "AlertSafe",
name: "Smart Control Panel",
price: "$900",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/indian-specialist-monitoring-traffic-surveillance-greenscreen-display_482257-89011.jpg",
},
{ id: "1", brand: "SafeSys", name: "Vented Hood Assembly", price: "$1,200", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-kitchen_1048-11323.jpg" },
{ id: "2", brand: "ProChef", name: "Stainless Utility Sink", price: "$850", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-4975.jpg" },
{ id: "3", brand: "SafeSys", name: "Suppression Nozzle Kit", price: "$450", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daytime-shadows_23-2149080218.jpg" },
{ id: "4", brand: "ThermPro", name: "Commercial Gas Stove", price: "$3,500", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/closeup-gas-burner-blue-flame-modern-kitchen-tech_169016-69059.jpg" },
{ id: "5", brand: "HydraFlow", name: "Safety Distribution Pipe", price: "$300", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/water-gas-pipe-engineering-filtered-image-processed-vintage-effect_1232-4930.jpg" },
{ id: "6", brand: "AlertSafe", name: "Smart Control Panel", price: "$900", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/indian-specialist-monitoring-traffic-surveillance-greenscreen-display_482257-89011.jpg" },
]}
title="Premium Kitchen Equipment"
description="Explore our curated selection of high-quality kitchen hardware and safety components."
@@ -190,36 +102,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "100%",
title: "Safety Compliance Rate",
items: [
"Fully certified systems",
"Regular health inspections",
"Risk mitigation verified",
],
},
{
id: "m2",
value: "500+",
title: "Successful Installations",
items: [
"Restaurants served",
"Institutional kitchens",
"Catering setups",
],
},
{
id: "m3",
value: "24/7",
title: "Support Availability",
items: [
"Emergency response",
"On-call technician",
"Year-round support",
],
},
{ id: "m1", value: "100%", title: "Safety Compliance Rate", items: ["Fully certified systems", "Regular health inspections", "Risk mitigation verified"] },
{ id: "m2", value: "500+", title: "Successful Installations", items: ["Restaurants served", "Institutional kitchens", "Catering setups"] },
{ id: "m3", value: "24/7", title: "Support Availability", items: ["Emergency response", "On-call technician", "Year-round support"] },
]}
title="Why Our Clients Trust Us"
description="Proven track record of safety and excellence."
@@ -228,49 +113,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarah-kitchens",
testimonial: "Excellent service and attentive staff. They handled everything perfectly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232223.jpg",
},
{
id: "2",
name: "Michael Chen",
handle: "@mchen-mgmt",
testimonial: "Outstanding quality on all products. Highly recommend their fire systems.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322089.jpg",
},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emily-catering",
testimonial: "Delighted with the range hood install. Very efficient and professional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-chef-posing-with-arms-crossed-kitchen_23-2148763123.jpg",
},
{
id: "4",
name: "David Kim",
handle: "@dkim-hotel",
testimonial: "Reliable and well-regarded for any restaurant setup needs.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2149927569.jpg",
},
{
id: "5",
name: "Anna Peterson",
handle: "@anna-chef",
testimonial: "Simply the best installation team I have ever worked with.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
},
{ id: "1", name: "Sarah Johnson", handle: "@sarah-kitchens", testimonial: "Excellent service and attentive staff. They handled everything perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232223.jpg" },
{ id: "2", name: "Michael Chen", handle: "@mchen-mgmt", testimonial: "Outstanding quality on all products. Highly recommend their fire systems.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322089.jpg" },
{ id: "3", name: "Emily Rodriguez", handle: "@emily-catering", testimonial: "Delighted with the range hood install. Very efficient and professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-chef-posing-with-arms-crossed-kitchen_23-2148763123.jpg" },
{ id: "4", name: "David Kim", handle: "@dkim-hotel", testimonial: "Reliable and well-regarded for any restaurant setup needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2149927569.jpg" },
{ id: "5", name: "Anna Peterson", handle: "@anna-chef", testimonial: "Simply the best installation team I have ever worked with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg" },
]}
showRating={true}
title="What Our Partners Say"
@@ -283,21 +134,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "Are your fire systems certified?",
content: "Yes, all systems are fully certified to meet national safety standards for commercial kitchens.",
},
{
id: "faq-2",
title: "Do you offer emergency maintenance?",
content: "We offer 24/7 support and emergency response services for all our installations.",
},
{
id: "faq-3",
title: "How long does installation take?",
content: "Installation timelines vary based on the project scope, but we always prioritize efficiency.",
},
{ id: "faq-1", title: "Are your fire systems certified?", content: "Yes, all systems are fully certified to meet national safety standards for commercial kitchens." },
{ id: "faq-2", title: "Do you offer emergency maintenance?", content: "We offer 24/7 support and emergency response services for all our installations." },
{ id: "faq-3", title: "How long does installation take?", content: "Installation timelines vary based on the project scope, but we always prioritize efficiency." },
]}
imageSrc="http://img.b2bpic.net/free-photo/albino-person-doing-home-activities_23-2150065011.jpg"
imageAlt="Compliance certificate"
@@ -311,9 +150,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="Ready to Upgrade Your Safety?"
description="Contact us today for a free consultation or to request a project quote."
@@ -324,40 +161,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="SafeKitchen Systems"
columns={[
{
title: "Services",
items: [
{
label: "Fire Suppression",
href: "#",
},
{
label: "Installation",
href: "#",
},
{
label: "Maintenance",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Privacy",
href: "#",
},
],
},
{ title: "Services", items: [{ label: "Fire Suppression", href: "#" }, { label: "Installation", href: "#" }, { label: "Maintenance", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Privacy", href: "#" }] },
]}
copyrightText="© 2024 SafeKitchen Systems."
/>
@@ -365,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}