3 Commits

Author SHA1 Message Date
7751e8527c Update src/app/layout.tsx 2026-03-08 12:41:42 +00:00
5ed9a8c699 Update src/app/page.tsx 2026-03-08 12:40:44 +00:00
d1b69b19a1 Update src/app/layout.tsx 2026-03-08 12:40:43 +00:00
2 changed files with 69 additions and 74 deletions

View File

@@ -1,57 +1,23 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import { Inter_Tight } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({ const inter = Inter({
variable: "--font-inter", subsets: ["latin"], variable: "--font-inter", subsets: ["latin"],
}); });
const interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KitchenCraft | Premium Kitchen Tools & Cookware", description: "Discover premium culinary tools and cookware from KitchenCraft. Professional-grade kitchen equipment trusted by chefs worldwide. Shop now.", keywords: "kitchen tools, cookware, chef knives, premium kitchen equipment, culinary tools, cooking gear", metadataBase: new URL("https://kitchencraft.com"), title: "KitchenCraft - Premium Kitchen Tools & Cookware", description: "Premium culinary tools and cookware for passionate home chefs and professionals. Elevate your cooking experience with KitchenCraft."};
alternates: {
canonical: "https://kitchencraft.com"},
openGraph: {
title: "KitchenCraft | Premium Kitchen Tools & Cookware", description: "Discover premium culinary tools and cookware from KitchenCraft. Professional-grade kitchen equipment trusted by chefs worldwide.", url: "https://kitchencraft.com", siteName: "KitchenCraft", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/front-view-man-cooking-home_23-2149943871.jpg", alt: "KitchenCraft Premium Kitchen Collection"},
],
},
twitter: {
card: "summary_large_image", title: "KitchenCraft | Premium Kitchen Tools & Cookware", description: "Professional-grade kitchen equipment trusted by chefs worldwide.", images: ["http://img.b2bpic.net/free-photo/front-view-man-cooking-home_23-2149943871.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <body className={`${inter.variable}`}>
<body {children}
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
@@ -1420,7 +1386,16 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper> <script
dangerouslySetInnerHTML={{
__html: `
document.documentElement.style.setProperty('--vw', (window.innerWidth * 0.01) + 'px');
window.addEventListener('resize', () => {
document.documentElement.style.setProperty('--vw', (window.innerWidth * 0.01) + 'px');
});
`,
}}
/>
</html> </html>
); );
} }

View File

@@ -65,22 +65,28 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "1", brand: "KitchenCraft Pro", name: "Professional Chef Knife 8-inch", price: "$189.99", rating: 5, id: "1", brand: "KitchenCraft Pro", name: "Professional Chef Knife 8-inch", price: "$189.99", rating: 5,
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cutting-vegetable_23-2149631690.jpg", imageAlt: "Professional chef knife"}, reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cutting-vegetable_23-2149631690.jpg", imageAlt: "Professional chef knife"
},
{ {
id: "2", brand: "KitchenCraft Elite", name: "Premium Cookware Set 10-Piece", price: "$449.99", rating: 5, id: "2", brand: "KitchenCraft Elite", name: "Premium Cookware Set 10-Piece", price: "$449.99", rating: 5,
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-food_1203-3002.jpg", imageAlt: "Premium cookware set"}, reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-food_1203-3002.jpg", imageAlt: "Premium cookware set"
},
{ {
id: "3", brand: "KitchenCraft", name: "Artisan Cutting Board Combo", price: "$79.99", rating: 4, id: "3", brand: "KitchenCraft", name: "Artisan Cutting Board Combo", price: "$79.99", rating: 4,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-cutting-mushroom-with-knife-chopping-board_23-2148120168.jpg", imageAlt: "Artisan cutting board"}, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-cutting-mushroom-with-knife-chopping-board_23-2148120168.jpg", imageAlt: "Artisan cutting board"
},
{ {
id: "4", brand: "KitchenCraft Pro", name: "Premium Utensil Set 6-Piece", price: "$99.99", rating: 5, id: "4", brand: "KitchenCraft Pro", name: "Premium Utensil Set 6-Piece", price: "$99.99", rating: 5,
reviewCount: "5.3k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement-table_23-2148584866.jpg", imageAlt: "Premium kitchen utensils"}, reviewCount: "5.3k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement-table_23-2148584866.jpg", imageAlt: "Premium kitchen utensils"
},
{ {
id: "5", brand: "KitchenCraft Elite", name: "Professional Power Blender 3000", price: "$299.99", rating: 5, id: "5", brand: "KitchenCraft Elite", name: "Professional Power Blender 3000", price: "$299.99", rating: 5,
reviewCount: "6.7k", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-mug-coffee-machine_23-2147893482.jpg", imageAlt: "Professional blender"}, reviewCount: "6.7k", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-glass-mug-coffee-machine_23-2147893482.jpg", imageAlt: "Professional blender"
},
{ {
id: "6", brand: "KitchenCraft", name: "Digital Kitchen Scale Pro", price: "$59.99", rating: 4, id: "6", brand: "KitchenCraft", name: "Digital Kitchen Scale Pro", price: "$59.99", rating: 4,
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-albinism-spending-time-home_23-2150321723.jpg", imageAlt: "Digital kitchen scale"}, reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-albinism-spending-time-home_23-2150321723.jpg", imageAlt: "Digital kitchen scale"
},
]} ]}
/> />
</div> </div>
@@ -95,13 +101,16 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "1", title: "Exceptional Durability & Craftsmanship", tags: ["Quality", "Durability"], id: "1", title: "Exceptional Durability & Craftsmanship", tags: ["Quality", "Durability"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36689.jpg", imageAlt: "Durable kitchen tools"}, imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36689.jpg", imageAlt: "Durable kitchen tools"
},
{ {
id: "2", title: "Elegant Minimalist Design", tags: ["Design", "Aesthetic"], id: "2", title: "Elegant Minimalist Design", tags: ["Design", "Aesthetic"],
imageSrc: "http://img.b2bpic.net/free-photo/minimal-elegant-breakfast_23-2151885829.jpg", imageAlt: "Modern kitchen design"}, imageSrc: "http://img.b2bpic.net/free-photo/minimal-elegant-breakfast_23-2151885829.jpg", imageAlt: "Modern kitchen design"
},
{ {
id: "3", title: "Advanced Functionality & Performance", tags: ["Innovation", "Features"], id: "3", title: "Advanced Functionality & Performance", tags: ["Innovation", "Features"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-beauty-background-bright-adult_1303-1980.jpg", imageAlt: "High-performance kitchen equipment"}, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-beauty-background-bright-adult_1303-1980.jpg", imageAlt: "High-performance kitchen equipment"
},
]} ]}
/> />
</div> </div>
@@ -118,19 +127,22 @@ export default function LandingPage() {
id: "starter", badge: "Value", badgeIcon: Sparkles, id: "starter", badge: "Value", badgeIcon: Sparkles,
price: "$99", subtitle: "Perfect for home enthusiasts", buttons: [{ text: "Start Cooking", href: "https://example.com/checkout" }], price: "$99", subtitle: "Perfect for home enthusiasts", buttons: [{ text: "Start Cooking", href: "https://example.com/checkout" }],
features: [ features: [
"1 Premium Chef Knife", "Basic Utensil Set", "Free Shipping", "1-Year Warranty"], "1 Premium Chef Knife", "Basic Utensil Set", "Free Shipping", "1-Year Warranty"
],
}, },
{ {
id: "professional", badge: "Most Popular", badgeIcon: Star, id: "professional", badge: "Most Popular", badgeIcon: Star,
price: "$299", subtitle: "Best for serious cooks", buttons: [{ text: "Upgrade Now", href: "https://example.com/checkout" }], price: "$299", subtitle: "Best for serious cooks", buttons: [{ text: "Upgrade Now", href: "https://example.com/checkout" }],
features: [ features: [
"Complete Cookware Set", "Professional Chef Knife", "Premium Utensil Set", "Free Shipping", "2-Year Warranty", "Priority Support"], "Complete Cookware Set", "Professional Chef Knife", "Premium Utensil Set", "Free Shipping", "2-Year Warranty", "Priority Support"
],
}, },
{ {
id: "elite", badge: "Premium", badgeIcon: Crown, id: "elite", badge: "Premium", badgeIcon: Crown,
price: "$599", subtitle: "The ultimate collection", buttons: [{ text: "Get Elite Access", href: "https://example.com/checkout" }], price: "$599", subtitle: "The ultimate collection", buttons: [{ text: "Get Elite Access", href: "https://example.com/checkout" }],
features: [ features: [
"Everything in Professional", "Power Blender 3000", "Digital Kitchen Scale", "Artisan Cutting Board Combo", "Free Shipping Worldwide", "Lifetime Warranty", "White-Glove Service"], "Everything in Professional", "Power Blender 3000", "Digital Kitchen Scale", "Artisan Cutting Board Combo", "Free Shipping Worldwide", "Lifetime Warranty", "White-Glove Service"
],
}, },
]} ]}
/> />
@@ -147,22 +159,28 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Chef Maria Rodriguez", handle: "@maria_culinary", testimonial: "KitchenCraft tools have transformed my kitchen. The precision and quality are unmatched. Every dish I create feels effortless.", rating: 5, id: "1", name: "Chef Maria Rodriguez", handle: "@maria_culinary", testimonial: "KitchenCraft tools have transformed my kitchen. The precision and quality are unmatched. Every dish I create feels effortless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-standing-with-crossed-arms-white-uniform-looking-confident_176474-11785.jpg", imageAlt: "Chef Maria Rodriguez"}, imageSrc: "http://img.b2bpic.net/free-photo/female-chef-standing-with-crossed-arms-white-uniform-looking-confident_176474-11785.jpg", imageAlt: "Chef Maria Rodriguez"
},
{ {
id: "2", name: "James Chen", handle: "@james_kitchen", testimonial: "I've invested in multiple sets and they're incredible. The design is beautiful and the performance is professional-grade.", rating: 5, id: "2", name: "James Chen", handle: "@james_kitchen", testimonial: "I've invested in multiple sets and they're incredible. The design is beautiful and the performance is professional-grade.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2076.jpg", imageAlt: "James Chen"}, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2076.jpg", imageAlt: "James Chen"
},
{ {
id: "3", name: "Sophie Laurent", handle: "@sophie_home_chef", testimonial: "As a home chef, these tools make me feel like I'm cooking in a professional kitchen. Highly recommend!", rating: 5, id: "3", name: "Sophie Laurent", handle: "@sophie_home_chef", testimonial: "As a home chef, these tools make me feel like I'm cooking in a professional kitchen. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-confident-caucasian-cook-girl-chef-uniform-crosses-arms-points-side-isolated-orange-wall-with-copy-space_141793-33152.jpg", imageAlt: "Sophie Laurent"}, imageSrc: "http://img.b2bpic.net/free-photo/young-confident-caucasian-cook-girl-chef-uniform-crosses-arms-points-side-isolated-orange-wall-with-copy-space_141793-33152.jpg", imageAlt: "Sophie Laurent"
},
{ {
id: "4", name: "Marcus Williams", handle: "@marcus_cooks", testimonial: "Best investment I've made for my kitchen. The quality, design, and functionality are exceptional.", rating: 5, id: "4", name: "Marcus Williams", handle: "@marcus_cooks", testimonial: "Best investment I've made for my kitchen. The quality, design, and functionality are exceptional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-holding-plate-salad_23-2149646214.jpg", imageAlt: "Marcus Williams"}, imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-holding-plate-salad_23-2149646214.jpg", imageAlt: "Marcus Williams"
},
{ {
id: "5", name: "Isabelle Dubois", handle: "@isabelle_wine_chef", testimonial: "Partnering with KitchenCraft has elevated my culinary demonstrations. Their products are simply perfect.", rating: 5, id: "5", name: "Isabelle Dubois", handle: "@isabelle_wine_chef", testimonial: "Partnering with KitchenCraft has elevated my culinary demonstrations. Their products are simply perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg", imageAlt: "Isabelle Dubois"}, imageSrc: "http://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg", imageAlt: "Isabelle Dubois"
},
{ {
id: "6", name: "David Park", handle: "@david_michelin", testimonial: "Using KitchenCraft in my restaurant has impressed both my team and diners. Superior quality and elegance.", rating: 5, id: "6", name: "David Park", handle: "@david_michelin", testimonial: "Using KitchenCraft in my restaurant has impressed both my team and diners. Superior quality and elegance.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-cook-chef-uniform-standing-with-closed-posture-isolated-white-wall_141793-101141.jpg", imageAlt: "David Park"}, imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-cook-chef-uniform-standing-with-closed-posture-isolated-white-wall_141793-101141.jpg", imageAlt: "David Park"
},
]} ]}
/> />
</div> </div>
@@ -175,10 +193,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
showCard={true} showCard={true}
speed={40} speed={40}
names=[ names={[
"Michelin Guide", "Williams-Sonoma", "All-Clad", "Le Creuset", "Wüsthof", "KitchenAid", "Ninja Kitchen", "Dyson Kitchen"] "Michelin Guide", "Williams-Sonoma", "All-Clad", "Le Creuset", "Wüsthof", "KitchenAid", "Ninja Kitchen", "Dyson Kitchen"
]}
logos={[ logos={[
"http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510887.jpg", "http://img.b2bpic.net/free-photo/front-view-chef-holding-delicious-food_23-2148510892.jpg", "http://img.b2bpic.net/free-photo/woman-mixing-hair-dye-bowl_23-2149167376.jpg", "http://img.b2bpic.net/free-vector/creative-restaurant-logo-template_23-2148466520.jpg", "http://img.b2bpic.net/free-photo/cook-cutting-red-tomato-board_23-2148040215.jpg", "http://img.b2bpic.net/free-vector/kitchen-utensils-icons-set_98292-1295.jpg", "http://img.b2bpic.net/free-vector/kitchen-badges_23-2147505720.jpg", "http://img.b2bpic.net/free-vector/cooking-utensils_24911-45049.jpg"]} "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510887.jpg", "http://img.b2bpic.net/free-photo/front-view-chef-holding-delicious-food_23-2148510892.jpg", "http://img.b2bpic.net/free-photo/woman-mixing-hair-dye-bowl_23-2149167376.jpg", "http://img.b2bpic.net/free-vector/creative-restaurant-logo-template_23-2148466520.jpg", "http://img.b2bpic.net/free-photo/cook-cutting-red-tomato-board_23-2148040215.jpg", "http://img.b2bpic.net/free-vector/kitchen-utensils-icons-set_98292-1295.jpg", "http://img.b2bpic.net/free-vector/kitchen-badges_23-2147505720.jpg", "http://img.b2bpic.net/free-vector/cooking-utensils_24911-45049.jpg"
]}
/> />
</div> </div>
@@ -191,23 +211,23 @@ export default function LandingPage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", title: "What warranty do your products come with?", content: id: "1", title: "What warranty do your products come with?", content: "All KitchenCraft products come with a minimum 1-year warranty. Professional and Elite collections include 2-year and lifetime warranties respectively. Warranty covers manufacturing defects and includes free replacement or repair."
"All KitchenCraft products come with a minimum 1-year warranty. Professional and Elite collections include 2-year and lifetime warranties respectively. Warranty covers manufacturing defects and includes free replacement or repair."}, },
{ {
id: "2", title: "How do I care for my kitchen tools?", content: id: "2", title: "How do I care for my kitchen tools?", content: "Hand wash with warm soapy water immediately after use. Dry thoroughly with a soft cloth. For cutting boards, use food-grade mineral oil monthly. Store utensils in our recommended magnetic strips or knife blocks. Avoid dishwasher for premium items."
"Hand wash with warm soapy water immediately after use. Dry thoroughly with a soft cloth. For cutting boards, use food-grade mineral oil monthly. Store utensils in our recommended magnetic strips or knife blocks. Avoid dishwasher for premium items."}, },
{ {
id: "3", title: "Do you offer international shipping?", content: id: "3", title: "Do you offer international shipping?", content: "Yes! We ship to over 150 countries worldwide. Standard international shipping typically takes 7-14 business days. Premium plans include free worldwide shipping. Customs and duties may apply depending on your location."
"Yes! We ship to over 150 countries worldwide. Standard international shipping typically takes 7-14 business days. Premium plans include free worldwide shipping. Customs and duties may apply depending on your location."}, },
{ {
id: "4", title: "Can I return products if I'm not satisfied?", content: id: "4", title: "Can I return products if I'm not satisfied?", content: "Absolutely! We offer a 60-day money-back guarantee on all products. If you're not completely satisfied, simply contact our customer service team for a hassle-free return and full refund."
"Absolutely! We offer a 60-day money-back guarantee on all products. If you're not completely satisfied, simply contact our customer service team for a hassle-free return and full refund."}, },
{ {
id: "5", title: "Are your products eco-friendly?", content: id: "5", title: "Are your products eco-friendly?", content: "Yes, we're committed to sustainability. All our products use responsibly sourced materials. Packaging is 100% recyclable and biodegradable. We're carbon-neutral in our operations and support kitchen waste reduction initiatives."
"Yes, we're committed to sustainability. All our products use responsibly sourced materials. Packaging is 100% recyclable and biodegradable. We're carbon-neutral in our operations and support kitchen waste reduction initiatives."}, },
{ {
id: "6", title: "Do professional chefs really use your products?", content: id: "6", title: "Do professional chefs really use your products?", content: "Yes! Our products are trusted by Michelin-starred chefs and professional kitchens worldwide. We partner with culinary schools and provide equipment to prestigious restaurants. Our testimonials feature real professional chefs."
"Yes! Our products are trusted by Michelin-starred chefs and professional kitchens worldwide. We partner with culinary schools and provide equipment to prestigious restaurants. Our testimonials feature real professional chefs."}, },
]} ]}
/> />
</div> </div>