Merge version_1 into main #1
@@ -81,7 +81,7 @@ export default function AboutPage() {
|
||||
description="At Sam's Kitchen, we believe convenience shouldn't compromise quality. Our chef-prepared frozen meals are made with premium ingredients, flash-frozen at peak freshness to lock in nutrition and flavor. Perfect for busy professionals, growing families, and meal-prep enthusiasts."
|
||||
tag="Our Story"
|
||||
tagIcon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148478172.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148478172.jpg?_wi=2"
|
||||
imageAlt="Professional kitchen preparation"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
@@ -106,21 +106,21 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Premium Sourcing",
|
||||
description: "We partner with trusted suppliers who share our commitment to quality. Every ingredient is selected for freshness, nutrition, and flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raw-vegetables-composition_23-2148643061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raw-vegetables-composition_23-2148643061.jpg?_wi=2",
|
||||
imageAlt: "Quality ingredient selection",
|
||||
buttonIcon: Award,
|
||||
},
|
||||
{
|
||||
title: "Expert Preparation",
|
||||
description: "Our team of professional chefs craft each meal with precision. We respect traditional cooking methods while embracing modern food science.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148478172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148478172.jpg?_wi=3",
|
||||
imageAlt: "Expert meal preparation",
|
||||
buttonIcon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Nutritional Excellence",
|
||||
description: "Every meal is formulated for balanced macros and micronutrients. We believe great food should nourish your body and delight your taste buds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-preparing-healthy-meals-high-angle_23-2149894883.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-preparing-healthy-meals-high-angle_23-2149894883.jpg?_wi=2",
|
||||
imageAlt: "Nutritious meal composition",
|
||||
buttonIcon: Leaf,
|
||||
},
|
||||
|
||||
@@ -1,24 +1,56 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Nunito } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Sam's Kitchen - Premium Frozen Meals Delivered",
|
||||
description: "Discover chef-prepared frozen meals delivered to your door. Convenient, nutritious, and delicious. Shop Sam's Kitchen premium collection today.",
|
||||
keywords: "frozen meals, premium food, meal delivery, healthy frozen food, convenience meals",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Sam's Kitchen - Fresh Frozen Meals, Ready When You Are",
|
||||
description: "Premium frozen meal collection. Nutritious, chef-prepared dishes delivered to your door.",
|
||||
type: "website",
|
||||
siteName: "Sam's Kitchen",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/top-view-cucumber-vegetables_23-2148478176.jpg",
|
||||
alt: "Sam's Kitchen Premium Frozen Meals",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Sam's Kitchen - Premium Frozen Meals",
|
||||
description: "Chef-prepared meals delivered. Convenient, quality, nutrition.",
|
||||
images: ["http://img.b2bpic.net/free-photo/top-view-cucumber-vegetables_23-2148478176.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunito.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -45,7 +45,7 @@ export default function HomePage() {
|
||||
description="Discover Sam's Kitchen premium frozen food collection. Nutritious, delicious, and delivered to your door. Browse our full menu of chef-prepared dishes made with quality ingredients."
|
||||
tag="Premium Quality"
|
||||
tagIcon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cucumber-vegetables_23-2148478176.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cucumber-vegetables_23-2148478176.jpg?_wi=1"
|
||||
imageAlt="Premium frozen meal collection"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "/products" },
|
||||
@@ -62,7 +62,7 @@ export default function HomePage() {
|
||||
description="At Sam's Kitchen, we believe convenience shouldn't compromise quality. Our chef-prepared frozen meals are made with premium ingredients, flash-frozen at peak freshness to lock in nutrition and flavor. Perfect for busy professionals, growing families, and meal-prep enthusiasts."
|
||||
tag="Our Story"
|
||||
tagIcon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148478172.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148478172.jpg?_wi=1"
|
||||
imageAlt="Professional kitchen preparation"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Explore Menu", href: "/products" }]}
|
||||
@@ -87,7 +87,7 @@ export default function HomePage() {
|
||||
price: "$8.99",
|
||||
rating: 5,
|
||||
reviewCount: "324",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-teriyaki-chicken-bowl-with-rice-fresh-salad_84443-64662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-teriyaki-chicken-bowl-with-rice-fresh-salad_84443-64662.jpg?_wi=1",
|
||||
imageAlt: "Teriyaki chicken with rice bowl",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function HomePage() {
|
||||
price: "$11.99",
|
||||
rating: 5,
|
||||
reviewCount: "287",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=1",
|
||||
imageAlt: "Salmon pasta with herbs",
|
||||
},
|
||||
{
|
||||
@@ -107,7 +107,7 @@ export default function HomePage() {
|
||||
price: "$7.99",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-chuka-seaweed-salad-with-noodles-white-backdrop_23-2148123626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-chuka-seaweed-salad-with-noodles-white-backdrop_23-2148123626.jpg?_wi=1",
|
||||
imageAlt: "Colorful vegetarian grain bowl",
|
||||
},
|
||||
]}
|
||||
@@ -134,14 +134,14 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Premium Quality Ingredients",
|
||||
description: "Chef-selected ingredients sourced from trusted suppliers. No artificial preservatives or fillers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raw-vegetables-composition_23-2148643061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raw-vegetables-composition_23-2148643061.jpg?_wi=1",
|
||||
imageAlt: "Quality ingredient selection",
|
||||
buttonIcon: "Award",
|
||||
},
|
||||
{
|
||||
title: "Balanced Nutrition",
|
||||
description: "Every meal is nutritionally balanced with proper macros and micronutrients for sustained energy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-preparing-healthy-meals-high-angle_23-2149894883.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-preparing-healthy-meals-high-angle_23-2149894883.jpg?_wi=1",
|
||||
imageAlt: "Nutritious meal composition",
|
||||
buttonIcon: "Leaf",
|
||||
},
|
||||
|
||||
@@ -40,7 +40,7 @@ export default function ProductsPage() {
|
||||
description="Explore Sam's Kitchen complete collection of chef-prepared frozen meals. Each dish is crafted with quality ingredients and designed for convenience. Filter by dietary preference or discover new favorites."
|
||||
tag="Complete Selection"
|
||||
tagIcon={ShoppingBag}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cucumber-vegetables_23-2148478176.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cucumber-vegetables_23-2148478176.jpg?_wi=2"
|
||||
imageAlt="Complete frozen meals collection"
|
||||
buttons={[{ text: "Browse Menu", href: "#products" }]}
|
||||
showDimOverlay={false}
|
||||
@@ -65,7 +65,7 @@ export default function ProductsPage() {
|
||||
price: "$8.99",
|
||||
rating: 5,
|
||||
reviewCount: "324",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-teriyaki-chicken-bowl-with-rice-fresh-salad_84443-64662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-teriyaki-chicken-bowl-with-rice-fresh-salad_84443-64662.jpg?_wi=2",
|
||||
imageAlt: "Teriyaki chicken with rice bowl",
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export default function ProductsPage() {
|
||||
price: "$11.99",
|
||||
rating: 5,
|
||||
reviewCount: "287",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=2",
|
||||
imageAlt: "Salmon pasta with herbs",
|
||||
},
|
||||
{
|
||||
@@ -85,7 +85,7 @@ export default function ProductsPage() {
|
||||
price: "$7.99",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-chuka-seaweed-salad-with-noodles-white-backdrop_23-2148123626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-chuka-seaweed-salad-with-noodles-white-backdrop_23-2148123626.jpg?_wi=2",
|
||||
imageAlt: "Colorful vegetarian grain bowl",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user