Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6accc4c5ab | |||
| c12636dbf1 | |||
| 970fac425d |
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Culinary Creator - Fresh & Simple Recipes",
|
||||
description: "Discover easy-to-follow recipes from a passionate solo cooking creator. Explore handpicked dishes, cooking techniques, and food inspiration.",
|
||||
keywords: "recipes, cooking, food blog, easy recipes, kitchen ideas, food creator",
|
||||
metadataBase: new URL("https://culinarycreator.com"),
|
||||
title: "Culinary Creator - Fresh & Simple Recipes", description: "Discover easy-to-follow recipes from a passionate solo cooking creator. Explore handpicked dishes, cooking techniques, and food inspiration.", keywords: "recipes, cooking, food blog, easy recipes, kitchen ideas, food creator", metadataBase: new URL("https://culinarycreator.com"),
|
||||
alternates: {
|
||||
canonical: "https://culinarycreator.com",
|
||||
},
|
||||
canonical: "https://culinarycreator.com"},
|
||||
openGraph: {
|
||||
title: "Culinary Creator - Fresh & Simple Recipes",
|
||||
description: "Discover easy-to-follow recipes from a passionate solo cooking creator.",
|
||||
url: "https://culinarycreator.com",
|
||||
siteName: "Culinary Creator",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Culinary Creator - Fresh & Simple Recipes", description: "Discover easy-to-follow recipes from a passionate solo cooking creator.", url: "https://culinarycreator.com", siteName: "Culinary Creator", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg",
|
||||
alt: "Culinary Creator Hero",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg", alt: "Culinary Creator Hero"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Culinary Creator - Fresh & Simple Recipes",
|
||||
description: "Discover easy-to-follow recipes from a passionate solo cooking creator.",
|
||||
images: ["http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg"],
|
||||
card: "summary_large_image", title: "Culinary Creator - Fresh & Simple Recipes", description: "Discover easy-to-follow recipes from a passionate solo cooking creator.", images: ["http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
102
src/app/page.tsx
102
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Recipes", href: "/recipes" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Pinterest", href: "https://pinterest.com" },
|
||||
{ label: "YouTube", href: "https://youtube.com" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -82,7 +79,7 @@ export default function HomePage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg?_wi=1"
|
||||
imageAlt="Hero cooking background"
|
||||
buttons={[
|
||||
{ text: "Browse Recipes", href: "/recipes" },
|
||||
{ text: "Explore Recipes", href: "/recipes" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
]}
|
||||
/>
|
||||
@@ -95,37 +92,13 @@ export default function HomePage() {
|
||||
tag="Latest"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tuscan Garlic Pasta",
|
||||
price: "15 min",
|
||||
variant: "Italian Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serving-homemade-pappardelle-pasta-with-mushrooms-parmesan-cheese_53876-105902.jpg?_wi=1",
|
||||
imageAlt: "Tuscan garlic pasta dish",
|
||||
},
|
||||
id: "1", name: "Tuscan Garlic Pasta", price: "15 min", variant: "Italian Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/serving-homemade-pappardelle-pasta-with-mushrooms-parmesan-cheese_53876-105902.jpg?_wi=1", imageAlt: "Tuscan garlic pasta dish"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thai Green Curry",
|
||||
price: "30 min",
|
||||
variant: "Thai Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curry-pork-spicy_1388-94.jpg?_wi=1",
|
||||
imageAlt: "Thai green curry in a bowl",
|
||||
},
|
||||
id: "2", name: "Thai Green Curry", price: "30 min", variant: "Thai Spicy", imageSrc: "http://img.b2bpic.net/free-photo/curry-pork-spicy_1388-94.jpg?_wi=1", imageAlt: "Thai green curry in a bowl"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chocolate Lava Cake",
|
||||
price: "20 min",
|
||||
variant: "Dessert Decadent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate_1150-6317.jpg?_wi=1",
|
||||
imageAlt: "Chocolate lava cake with molten center",
|
||||
},
|
||||
id: "3", name: "Chocolate Lava Cake", price: "20 min", variant: "Dessert Decadent", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate_1150-6317.jpg?_wi=1", imageAlt: "Chocolate lava cake with molten center"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Grilled Salmon Bowl",
|
||||
price: "25 min",
|
||||
variant: "Seafood Healthy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-salmon-with-quinoa-raw-vegetables_181624-32050.jpg?_wi=1",
|
||||
imageAlt: "Grilled salmon with vegetables",
|
||||
},
|
||||
id: "4", name: "Grilled Salmon Bowl", price: "25 min", variant: "Seafood Healthy", imageSrc: "http://img.b2bpic.net/free-photo/plate-salmon-with-quinoa-raw-vegetables_181624-32050.jpg?_wi=1", imageAlt: "Grilled salmon with vegetables"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -155,24 +128,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Quick & Easy",
|
||||
description: "Most recipes take 30 minutes or less. Perfect for busy weeknights and spontaneous meals.",
|
||||
},
|
||||
title: "Quick & Easy", description: "Most recipes take 30 minutes or less. Perfect for busy weeknights and spontaneous meals."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Fresh Ingredients",
|
||||
description: "I prioritize seasonal, accessible ingredients that bring out natural flavors.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "I prioritize seasonal, accessible ingredients that bring out natural flavors."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Community Tested",
|
||||
description: "Recipes refined through feedback from home cooks just like you.",
|
||||
},
|
||||
title: "Community Tested", description: "Recipes refined through feedback from home cooks just like you."},
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Detailed Instructions",
|
||||
description: "Step-by-step guidance with helpful tips to ensure success every time.",
|
||||
},
|
||||
title: "Detailed Instructions", description: "Step-by-step guidance with helpful tips to ensure success every time."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -187,15 +152,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Food & Wine",
|
||||
"Bon Appétit",
|
||||
"Serious Eats",
|
||||
"The Kitchn",
|
||||
"Taste of Home",
|
||||
"Allrecipes",
|
||||
"Food Network",
|
||||
"GourmetLand",
|
||||
]}
|
||||
"Food & Wine", "Bon Appétit", "Serious Eats", "The Kitchn", "Taste of Home", "Allrecipes", "Food Network", "GourmetLand"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -208,38 +165,11 @@ export default function HomePage() {
|
||||
tag="Blog"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Technique",
|
||||
title: "Mastering the Perfect Sear",
|
||||
excerpt: "Learn the secrets to achieving a golden, crispy crust on proteins every single time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-duck-breast-fillet-frying-pan_181624-57925.jpg?_wi=1",
|
||||
imageAlt: "Perfect seared meat",
|
||||
authorName: "Chef Creator",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen_23-2149646279.jpg",
|
||||
date: "Jan 22, 2025",
|
||||
},
|
||||
id: "1", category: "Technique", title: "Mastering the Perfect Sear", excerpt: "Learn the secrets to achieving a golden, crispy crust on proteins every single time.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-duck-breast-fillet-frying-pan_181624-57925.jpg?_wi=1", imageAlt: "Perfect seared meat", authorName: "Chef Creator", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen_23-2149646279.jpg", date: "Jan 22, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Seasonal",
|
||||
title: "Winter Comfort Food Guide",
|
||||
excerpt: "Discover warming dishes that celebrate winter produce and bring comfort to your table.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grated-carrot-salad-with-walnuts-dark-desk-health-salad-diet-nut-color_140725-121299.jpg?_wi=1",
|
||||
imageAlt: "Winter comfort food spread",
|
||||
authorName: "Chef Creator",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen_23-2149646279.jpg",
|
||||
date: "Jan 20, 2025",
|
||||
},
|
||||
id: "2", category: "Seasonal", title: "Winter Comfort Food Guide", excerpt: "Discover warming dishes that celebrate winter produce and bring comfort to your table.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grated-carrot-salad-with-walnuts-dark-desk-health-salad-diet-nut-color_140725-121299.jpg?_wi=1", imageAlt: "Winter comfort food spread", authorName: "Chef Creator", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen_23-2149646279.jpg", date: "Jan 20, 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Ingredients",
|
||||
title: "Understanding Umami Flavors",
|
||||
excerpt: "Unlock the fifth taste by mastering umami ingredients and flavor combinations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-mushrooms-red-green-tomatoes-bell-peppers-cutting-board_140725-145364.jpg?_wi=1",
|
||||
imageAlt: "Umami ingredients collection",
|
||||
authorName: "Chef Creator",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen_23-2149646279.jpg",
|
||||
date: "Jan 18, 2025",
|
||||
},
|
||||
id: "3", category: "Ingredients", title: "Understanding Umami Flavors", excerpt: "Unlock the fifth taste by mastering umami ingredients and flavor combinations.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-mushrooms-red-green-tomatoes-bell-peppers-cutting-board_140725-145364.jpg?_wi=1", imageAlt: "Umami ingredients collection", authorName: "Chef Creator", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen_23-2149646279.jpg", date: "Jan 18, 2025"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user