Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 12:09:02 +00:00
2 changed files with 33 additions and 111 deletions

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
variable: "--font-public-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "K-Sqeeze Fresh Fruit Salads | Healthy & Hygienic",
description: "Freshness in every squeeze! K-Sqeeze delivers premium, 100% fresh fruit salads with no preservatives. Order hygienic, affordable bowls today.",
keywords: "fresh fruit salad, healthy food, hygienic preparation, fruit bowls online, affordable healthy snacks, K-Sqeeze",
metadataBase: new URL("https://k-sqeeze.com"),
title: "K-Sqeeze Fresh Fruit Salads | Healthy & Hygienic", description: "Freshness in every squeeze! K-Sqeeze delivers premium, 100% fresh fruit salads with no preservatives. Order hygienic, affordable bowls today.", keywords: "fresh fruit salad, healthy food, hygienic preparation, fruit bowls online, affordable healthy snacks, K-Sqeeze", metadataBase: new URL("https://k-sqeeze.com"),
alternates: {
canonical: "https://k-sqeeze.com",
},
canonical: "https://k-sqeeze.com"},
openGraph: {
title: "K-Sqeeze Fresh Fruit Salads",
description: "Taste the freshness! Premium, hygienic fruit salads for families and health enthusiasts.",
url: "https://k-sqeeze.com",
siteName: "K-Sqeeze",
type: "website",
images: [
title: "K-Sqeeze Fresh Fruit Salads", description: "Taste the freshness! Premium, hygienic fruit salads for families and health enthusiasts.", url: "https://k-sqeeze.com", siteName: "K-Sqeeze", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/mixed-assorted-fruits_74190-7053.jpg",
alt: "Fresh K-Sqeeze Fruit Salad Bowl",
},
url: "http://img.b2bpic.net/free-photo/mixed-assorted-fruits_74190-7053.jpg", alt: "Fresh K-Sqeeze Fruit Salad Bowl"},
],
},
twitter: {
card: "summary_large_image",
title: "K-Sqeeze Fresh Fruit Salads",
description: "Freshness in every squeeze! Order premium fruit salads.",
images: ["http://img.b2bpic.net/free-photo/mixed-assorted-fruits_74190-7053.jpg"],
card: "summary_large_image", title: "K-Sqeeze Fresh Fruit Salads", description: "Freshness in every squeeze! Order premium fruit salads.", images: ["http://img.b2bpic.net/free-photo/mixed-assorted-fruits_74190-7053.jpg"],
},
robots: {
index: true,
@@ -1424,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Leaf, Shield, Zap, Heart, Apple, Sparkles } from "lucide-react";
import { Leaf, Shield, Zap, Heart, Apple, Sparkles, MessageCircle } from "lucide-react";
export default function HomePage() {
return (
@@ -50,7 +50,7 @@ export default function HomePage() {
showBlur={true}
showDimOverlay={false}
buttons={[
{ text: "Order Now on WhatsApp", href: "https://wa.me/" },
{ text: "Order Fresh Now", href: "https://wa.me/" },
{ text: "Explore Menu", href: "/menu" },
]}
/>
@@ -81,28 +81,13 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Tropical Paradise Bowl",
price: "₹250",
imageSrc: "http://img.b2bpic.net/free-photo/halves-coconut-filled-with-fruit-salad_23-2148494780.jpg",
imageAlt: "Tropical Paradise Bowl with mango, pineapple, and papaya",
initialQuantity: 1,
id: "1", name: "Tropical Paradise Bowl", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/halves-coconut-filled-with-fruit-salad_23-2148494780.jpg", imageAlt: "Tropical Paradise Bowl with mango, pineapple, and papaya", initialQuantity: 1,
},
{
id: "2",
name: "Berry Bliss Mix",
price: "₹220",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-close-up-bowl-fresh-berries-fruits-with-spoon_23-2148233321.jpg",
imageAlt: "Berry Bliss Mix with strawberries, blueberries, and pomegranate",
initialQuantity: 1,
id: "2", name: "Berry Bliss Mix", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-close-up-bowl-fresh-berries-fruits-with-spoon_23-2148233321.jpg", imageAlt: "Berry Bliss Mix with strawberries, blueberries, and pomegranate", initialQuantity: 1,
},
{
id: "3",
name: "Citrus Fresh Delight",
price: "₹200",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-grapefruit-with-oranges-plums-lemons-limes-yellow-plate-checkered-towel-turquoise-background_141793-49676.jpg",
imageAlt: "Citrus Fresh Delight with orange, lemon, and kiwi",
initialQuantity: 1,
id: "3", name: "Citrus Fresh Delight", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-grapefruit-with-oranges-plums-lemons-limes-yellow-plate-checkered-towel-turquoise-background_141793-49676.jpg", imageAlt: "Citrus Fresh Delight with orange, lemon, and kiwi", initialQuantity: 1,
},
]}
/>
@@ -118,47 +103,23 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "1",
title: "100% Fresh Fruits",
tags: ["Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fruit-salad-nicely-laid-out-plate_140725-1936.jpg?_wi=1",
imageAlt: "Fresh fruit quality",
},
id: "1", title: "100% Fresh Fruits", tags: ["Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fruit-salad-nicely-laid-out-plate_140725-1936.jpg?_wi=1", imageAlt: "Fresh fruit quality"},
{
id: "2",
title: "No Preservatives",
tags: ["Natural"],
imageSrc: "http://img.b2bpic.net/free-photo/fresh-pomegranate-seeds-tangerines-slices-kumquat-fruits_114579-79617.jpg?_wi=1",
imageAlt: "Natural ingredients",
},
id: "2", title: "No Preservatives", tags: ["Natural"],
imageSrc: "http://img.b2bpic.net/free-photo/fresh-pomegranate-seeds-tangerines-slices-kumquat-fruits_114579-79617.jpg?_wi=1", imageAlt: "Natural ingredients"},
{
id: "3",
title: "Hygienic Preparation",
tags: ["Certified"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-fruits-mellow-vitamine-rich-with-cinnamons-whole-fruits-wooden-desk-white-background-fruits-color-food-photo_140725-21838.jpg?_wi=1",
imageAlt: "Clean preparation",
},
id: "3", title: "Hygienic Preparation", tags: ["Certified"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-fruits-mellow-vitamine-rich-with-cinnamons-whole-fruits-wooden-desk-white-background-fruits-color-food-photo_140725-21838.jpg?_wi=1", imageAlt: "Clean preparation"},
{
id: "4",
title: "Fast Delivery",
tags: ["Quick"],
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fruit-salad-nicely-laid-out-plate_140725-1936.jpg?_wi=2",
imageAlt: "Speedy delivery service",
},
id: "4", title: "Fast Delivery", tags: ["Quick"],
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fruit-salad-nicely-laid-out-plate_140725-1936.jpg?_wi=2", imageAlt: "Speedy delivery service"},
{
id: "5",
title: "Affordable Pricing",
tags: ["Value"],
imageSrc: "http://img.b2bpic.net/free-photo/fresh-pomegranate-seeds-tangerines-slices-kumquat-fruits_114579-79617.jpg?_wi=2",
imageAlt: "Great prices",
},
id: "5", title: "Affordable Pricing", tags: ["Value"],
imageSrc: "http://img.b2bpic.net/free-photo/fresh-pomegranate-seeds-tangerines-slices-kumquat-fruits_114579-79617.jpg?_wi=2", imageAlt: "Great prices"},
{
id: "6",
title: "Healthy & Delicious",
tags: ["Nutrition"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-fruits-mellow-vitamine-rich-with-cinnamons-whole-fruits-wooden-desk-white-background-fruits-color-food-photo_140725-21838.jpg?_wi=2",
imageAlt: "Nutritious and tasty",
},
id: "6", title: "Healthy & Delicious", tags: ["Nutrition"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-fruits-mellow-vitamine-rich-with-cinnamons-whole-fruits-wooden-desk-white-background-fruits-color-food-photo_140725-21838.jpg?_wi=2", imageAlt: "Nutritious and tasty"},
]}
/>
</div>
@@ -173,41 +134,17 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Priya Sharma",
role: "Mom",
company: "Happy Family",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
imageAlt: "Priya Sharma testimonial",
},
id: "1", name: "Priya Sharma", role: "Mom", company: "Happy Family", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Priya Sharma testimonial"},
{
id: "2",
name: "Raj Kumar",
role: "Fitness Enthusiast",
company: "Health Conscious",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "Raj Kumar testimonial",
},
id: "2", name: "Raj Kumar", role: "Fitness Enthusiast", company: "Health Conscious", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Raj Kumar testimonial"},
{
id: "3",
name: "Anjali Verma",
role: "Office Manager",
company: "Corporate Wellness",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
imageAlt: "Anjali Verma testimonial",
},
id: "3", name: "Anjali Verma", role: "Office Manager", company: "Corporate Wellness", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Anjali Verma testimonial"},
{
id: "4",
name: "Vikram Singh",
role: "Chef",
company: "Food Lover",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiley-family-posing-while-giving-thumbs-up_23-2148414907.jpg",
imageAlt: "Vikram Singh testimonial",
},
id: "4", name: "Vikram Singh", role: "Chef", company: "Food Lover", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiley-family-posing-while-giving-thumbs-up_23-2148414907.jpg", imageAlt: "Vikram Singh testimonial"},
]}
kpiItems={[
{ value: "2000+", label: "Happy Customers" },
@@ -226,4 +163,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}