5 Commits

Author SHA1 Message Date
c8e9d9ebb5 Update src/app/page.tsx 2026-03-07 12:47:51 +00:00
3be427d58d Merge version_2 into main
Merge version_2 into main
2026-03-07 11:35:18 +00:00
510977567f Update src/app/page.tsx 2026-03-07 11:35:13 +00:00
da83c60242 Update src/app/layout.tsx 2026-03-07 11:35:13 +00:00
ed030f2212 Merge version_1 into main
Merge version_1 into main
2026-03-07 11:18:37 +00:00
2 changed files with 16 additions and 43 deletions

View File

@@ -1,54 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
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 geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Premium Dates | Gourmet Quality Handpicked Dates Online", description: "Discover authentic, premium dates sourced from heritage date palms. Handpicked quality, 100% natural nutrition, sustainable farming. Order your premium collection today.", keywords: "premium dates, gourmet dates, medjool dates, deglet noor, organic dates, healthy snacks, natural food", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Premium Dates | Discover Gourmet Quality Handpicked Dates", description: "Experience nature's perfect candy. Premium, handpicked dates with 500+ years of heritage. Free shipping on first order.", url: "https://premiuindates.com", siteName: "Premium Dates", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/bowl-dry-plum-fruits-placed-white-background-high-quality-photo_114579-75789.jpg", alt: "Premium dates collection"},
],
},
twitter: {
card: "summary_large_image", title: "Premium Dates | Handpicked Gourmet Quality", description: "Discover premium dates sourced from heritage date palms. Natural nutrition, sustainable sourcing, authentic taste.", images: ["http://img.b2bpic.net/free-photo/bowl-dry-plum-fruits-placed-white-background-high-quality-photo_114579-75789.jpg"],
},
};
title: "Premium Dates", description: "Premium Dates - Discover the Sweet Heritage"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Leaf, Palmtree, Globe, Users, Award } from 'lucide-react';
import { Leaf, Palmtree, Globe, Users, Award, Star } from 'lucide-react';
export default function LandingPage() {
return (
@@ -45,7 +45,7 @@ export default function LandingPage() {
tag="Premium Dates"
tagIcon={Leaf}
tagAnimation="slide-up"
title="Discover the Sweet Heritage of Premium Dates"
title="10,000+ Happy Customers Trust Us"
description="Experience nature's perfect candy sourced from the finest date palms. Handpicked, carefully processed, and delivered fresh to your doorstep. Every bite tells a story of tradition, quality, and authentic taste."
background={{ variant: "plain" }}
mediaItems={[
@@ -91,7 +91,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "medjool", name: "Medjool Dates Premium", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-dried-fruits-pineapple-rings-kiwis-grey-background-dry-fruits-raisin-sweet-sour-vitamine-health_140725-80237.jpg", imageAlt: "Medjool dates premium", initialQuantity: 1,
id: "tamerrabatasakar", name: "تمر رطب سكري", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-dried-fruits-pineapple-rings-kiwis-grey-background-dry-fruits-raisin-sweet-sour-vitamine-health_140725-80237.jpg", imageAlt: "Tamer Rabat Sakari dates", initialQuantity: 1,
},
{
id: "deglet", name: "Deglet Noor Classic", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/dried-oranges-rosehips-silverberry-wooden-board_114579-33047.jpg", imageAlt: "Deglet Noor dates", initialQuantity: 1,
@@ -193,7 +193,7 @@ export default function LandingPage() {
columns={[
{
title: "Products", items: [
{ label: "Medjool Dates", href: "#" },
{ label: "تمر رطب سكري", href: "#" },
{ label: "Deglet Noor", href: "#" },
{ label: "Ajwa Dates", href: "#" },
{ label: "Mixed Collections", href: "#" },