5 Commits

Author SHA1 Message Date
367d9fe091 Update src/app/page.tsx 2026-03-06 17:39:48 +00:00
820e61c99a Update src/app/layout.tsx 2026-03-06 17:39:47 +00:00
a6c7192cc4 Merge version_1 into main
Merge version_1 into main
2026-03-06 17:35:50 +00:00
799456a441 Merge version_1 into main
Merge version_1 into main
2026-03-06 17:34:43 +00:00
c201d5261a Merge version_1 into main
Merge version_1 into main
2026-03-06 17:32:55 +00:00
2 changed files with 65 additions and 87 deletions

View File

@@ -1,69 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } 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 inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Digital Store | Premium eBooks, Courses & Templates",
description: "Discover and purchase premium digital products including eBooks, online courses, design templates, and downloadable resources. Instant downloads and secure checkout.",
keywords: "digital products, eBooks, online courses, design templates, downloadable resources, digital marketplace",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Digital Store | Premium Digital Products",
description: "Shop exclusive eBooks, courses, templates, and digital resources with instant access.",
siteName: "Digital Store",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736848.jpg",
alt: "Digital Store - Premium Digital Products Marketplace",
},
],
},
twitter: {
card: "summary_large_image",
title: "Digital Store | Premium Digital Products",
description: "Shop exclusive eBooks, courses, templates, and digital resources with instant access.",
images: ["http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736848.jpg"],
},
};
title: "Digital Store - Premium Digital Products", description: "Access exclusive eBooks, online courses, design templates, and downloadable resources instantly."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1431,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -57,17 +57,23 @@ export default function HomePage() {
background={{ variant: "animated-grid" }}
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736848.jpg?_wi=1", imageAlt: "Digital products showcase"},
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736848.jpg?_wi=1", imageAlt: "Digital products showcase"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=1", imageAlt: "eBook products"},
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=1", imageAlt: "eBook products"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg?_wi=1", imageAlt: "Course products"},
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg?_wi=1", imageAlt: "Course products"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg?_wi=1", imageAlt: "Template products"},
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg?_wi=1", imageAlt: "Template products"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736848.jpg?_wi=2", imageAlt: "Digital products showcase"},
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736848.jpg?_wi=2", imageAlt: "Digital products showcase"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=2", imageAlt: "eBook products"},
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=2", imageAlt: "eBook products"
},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -88,22 +94,28 @@ export default function HomePage() {
products={[
{
id: "prod-1", brand: "Digital Store", name: "Complete Python Programming Guide", price: "$29.99", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg?_wi=2", imageAlt: "Python Programming Course"},
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg?_wi=2", imageAlt: "Python Programming Course"
},
{
id: "prod-2", brand: "Digital Store", name: "Web Design Templates Bundle", price: "$49.99", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg?_wi=2", imageAlt: "Web Design Templates"},
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg?_wi=2", imageAlt: "Web Design Templates"
},
{
id: "prod-3", brand: "Digital Store", name: "Digital Marketing Masterclass", price: "$39.99", rating: 5,
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg?_wi=3", imageAlt: "Marketing Course"},
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg?_wi=3", imageAlt: "Marketing Course"
},
{
id: "prod-4", brand: "Digital Store", name: "Advanced JavaScript eBook", price: "$24.99", rating: 5,
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=3", imageAlt: "JavaScript eBook"},
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=3", imageAlt: "JavaScript eBook"
},
{
id: "prod-5", brand: "Digital Store", name: "UI/UX Design System Kit", price: "$59.99", rating: 5,
reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg?_wi=3", imageAlt: "Design System Kit"},
reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg?_wi=3", imageAlt: "Design System Kit"
},
{
id: "prod-6", brand: "Digital Store", name: "SEO Optimization Blueprint", price: "$34.99", rating: 5,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=4", imageAlt: "SEO Guide"},
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=4", imageAlt: "SEO Guide"
},
]}
/>
</div>
@@ -121,13 +133,17 @@ export default function HomePage() {
gridVariant="four-items-2x2-equal-grid"
features={[
{
title: "Secure Payment Processing", description: "Industry-leading encryption and payment security to protect your transactions and personal information.", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-card-laptop_1208-197.jpg?_wi=1", imageAlt: "Secure Payment"},
title: "Secure Payment Processing", description: "Industry-leading encryption and payment security to protect your transactions and personal information.", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-card-laptop_1208-197.jpg?_wi=1", imageAlt: "Secure Payment"
},
{
title: "Instant Downloads", description: "Get immediate access to purchased digital products. No waiting, no delays, just instant gratification.", imageSrc: "http://img.b2bpic.net/free-vector/digital-cloud-computing-futuristic-background-cyber-service_1017-56275.jpg?_wi=1", imageAlt: "Instant Download"},
title: "Instant Downloads", description: "Get immediate access to purchased digital products. No waiting, no delays, just instant gratification.", imageSrc: "http://img.b2bpic.net/free-vector/digital-cloud-computing-futuristic-background-cyber-service_1017-56275.jpg?_wi=1", imageAlt: "Instant Download"
},
{
title: "Advanced Analytics", description: "Track your purchases, downloads, and spending patterns with detailed analytics and reports.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-29382.jpg?_wi=1", imageAlt: "Analytics Dashboard"},
title: "Advanced Analytics", description: "Track your purchases, downloads, and spending patterns with detailed analytics and reports.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-29382.jpg?_wi=1", imageAlt: "Analytics Dashboard"
},
{
title: "24/7 Customer Support", description: "Round-the-clock support team ready to help with any questions or technical issues.", imageSrc: "http://img.b2bpic.net/free-photo/call-center-senior-agent-providing-guidance-help-customers-using-ai_482257-126049.jpg?_wi=1", imageAlt: "Customer Support"},
title: "24/7 Customer Support", description: "Round-the-clock support team ready to help with any questions or technical issues.", imageSrc: "http://img.b2bpic.net/free-photo/call-center-senior-agent-providing-guidance-help-customers-using-ai_482257-126049.jpg?_wi=1", imageAlt: "Customer Support"
},
]}
/>
</div>
@@ -142,9 +158,11 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"TechCorp Solutions", "Innovate Lab", "Growth Co", "StartUp XYZ", "Creative Studio", "Marketplace Inc", "Digital Tools", "Cloud Services"]}
"TechCorp Solutions", "Innovate Lab", "Growth Co", "StartUp XYZ", "Creative Studio", "Marketplace Inc", "Digital Tools", "Cloud Services"
]}
logos={[
"http://img.b2bpic.net/free-vector/flat-laptop-logo-template_23-2149025522.jpg", "http://img.b2bpic.net/free-vector/gradient-science-logo-design_23-2150355087.jpg", "http://img.b2bpic.net/free-vector/modern-arrows-logo_1043-115.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-waves-home-tutoring-logo-template_742173-18803.jpg", "http://img.b2bpic.net/free-vector/flat-abstract-business-card-template_23-2148215897.jpg", "http://img.b2bpic.net/free-vector/creative-cyber-monday-background_23-2147961164.jpg", "http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148978756.jpg", "http://img.b2bpic.net/free-vector/cloud-computing-with-network-points_1017-31866.jpg"]}
"http://img.b2bpic.net/free-vector/flat-laptop-logo-template_23-2149025522.jpg", "http://img.b2bpic.net/free-vector/gradient-science-logo-design_23-2150355087.jpg", "http://img.b2bpic.net/free-vector/modern-arrows-logo_1043-115.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-waves-home-tutoring-logo-template_742173-18803.jpg", "http://img.b2bpic.net/free-vector/flat-abstract-business-card-template_23-2148215897.jpg", "http://img.b2bpic.net/free-vector/creative-cyber-monday-background_23-2147961164.jpg", "http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148978756.jpg", "http://img.b2bpic.net/free-vector/cloud-computing-with-network-points_1017-31866.jpg"
]}
speed={40}
showCard={true}
/>
@@ -164,16 +182,20 @@ export default function HomePage() {
testimonials={[
{
id: "test-1", name: "Sarah Johnson", role: "CEO", company: "TechCorp Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Sarah Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Sarah Johnson"
},
{
id: "test-2", name: "Michael Chen", role: "Founder", company: "Innovate Lab", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Michael Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Michael Chen"
},
{
id: "test-3", name: "Emily Rodriguez", role: "Marketing Director", company: "Growth Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", imageAlt: "Emily Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "test-4", name: "David Kim", role: "Product Manager", company: "StartUp XYZ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", imageAlt: "David Kim"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", imageAlt: "David Kim"
},
]}
/>
</div>
@@ -194,17 +216,23 @@ export default function HomePage() {
imageAlt="FAQ Support"
faqs={[
{
id: "faq-1", title: "How do I purchase digital products?", content: "Browse our product catalog, select items you're interested in, add them to your cart, and proceed to checkout. Complete payment with your preferred method and receive instant access to your downloads."},
id: "faq-1", title: "How do I purchase digital products?", content: "Browse our product catalog, select items you're interested in, add them to your cart, and proceed to checkout. Complete payment with your preferred method and receive instant access to your downloads."
},
{
id: "faq-2", title: "Can I download products multiple times?", content: "Yes! Once purchased, you can download your digital products anytime from your \"My Downloads\" dashboard. There's no limit on re-downloads or devices."},
id: "faq-2", title: "Can I download products multiple times?", content: "Yes! Once purchased, you can download your digital products anytime from your \"My Downloads\" dashboard. There's no limit on re-downloads or devices."
},
{
id: "faq-3", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Google Pay, and Apple Pay. All transactions are processed through secure, encrypted payment gateways."},
id: "faq-3", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Google Pay, and Apple Pay. All transactions are processed through secure, encrypted payment gateways."
},
{
id: "faq-4", title: "Is there a refund policy?", content: "Yes, we offer a 30-day money-back guarantee on all digital products. If you're not satisfied, contact our support team for a full refund."},
id: "faq-4", title: "Is there a refund policy?", content: "Yes, we offer a 30-day money-back guarantee on all digital products. If you're not satisfied, contact our support team for a full refund."
},
{
id: "faq-5", title: "How do I create an account?", content: "Sign up with your email address or log in with your Google account. Verify your email and set up your profile. You can then start browsing and purchasing products."},
id: "faq-5", title: "How do I create an account?", content: "Sign up with your email address or log in with your Google account. Verify your email and set up your profile. You can then start browsing and purchasing products."
},
{
id: "faq-6", title: "Is my personal information secure?", content: "Absolutely. We use industry-leading encryption and security measures to protect your personal and payment information. Your data is never shared with third parties."},
id: "faq-6", title: "Is my personal information secure?", content: "Absolutely. We use industry-leading encryption and security measures to protect your personal and payment information. Your data is never shared with third parties."
},
]}
/>
</div>
@@ -219,7 +247,7 @@ export default function HomePage() {
background={{ variant: "animated-grid" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Subscribe"
buttonText="Get Exclusive Deals"
termsText="We respect your privacy. Unsubscribe at any time from our newsletter."
/>
</div>
@@ -257,4 +285,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}