Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-03 14:52:37 +00:00
5 changed files with 128 additions and 107 deletions

View File

@@ -42,7 +42,8 @@ export default function AboutPage() {
brandName="Storefront"
navItems={navItems}
button={{
text: "Shop Now", href: "/products"}}
text: "Shop Now", href: "/products"
}}
/>
</div>
@@ -60,15 +61,18 @@ export default function AboutPage() {
{
icon: Heart,
title: "Customer First", description:
"Your satisfaction is our top priority. We go above and beyond to ensure every customer has an exceptional experience"},
"Your satisfaction is our top priority. We go above and beyond to ensure every customer has an exceptional experience"
},
{
icon: Sparkles,
title: "Quality Excellence", description:
"We curate only the finest products from trusted brands and verified sellers to ensure premium quality"},
"We curate only the finest products from trusted brands and verified sellers to ensure premium quality"
},
{
icon: Zap,
title: "Innovation & Speed", description:
"Continuous improvement and fast, efficient service to meet your evolving shopping needs"},
"Continuous improvement and fast, efficient service to meet your evolving shopping needs"
},
]}
/>
</div>
@@ -83,7 +87,8 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Apple", "Samsung", "Sony", "Canon", "Nikon", "Microsoft", "Google", "Amazon"]}
"Apple", "Samsung", "Sony", "Canon", "Nikon", "Microsoft", "Google", "Amazon"
]}
speed={40}
showCard={true}
/>
@@ -144,13 +149,17 @@ export default function AboutPage() {
{
items: [
{
label: "Facebook", href: "https://facebook.com"},
label: "Facebook", href: "https://facebook.com"
},
{
label: "Twitter", href: "https://twitter.com"},
label: "Twitter", href: "https://twitter.com"
},
{
label: "Instagram", href: "https://instagram.com"},
label: "Instagram", href: "https://instagram.com"
},
{
label: "LinkedIn", href: "https://linkedin.com"},
label: "LinkedIn", href: "https://linkedin.com"
},
],
},
]}

View File

@@ -42,7 +42,8 @@ export default function ContactPage() {
brandName="Storefront"
navItems={navItems}
button={{
text: "Shop Now", href: "/products"}}
text: "Shop Now", href: "/products"
}}
/>
</div>
@@ -60,15 +61,18 @@ export default function ContactPage() {
{
icon: Mail,
title: "Email Support", description:
"Send us your questions and we'll respond within 24 hours at support@storefront.com"},
"Send us your questions and we'll respond within 24 hours at support@storefront.com"
},
{
icon: Phone,
title: "Phone Support", description:
"Call our team at 1-800-SHOP-NOW. Available Monday-Sunday, 8AM-10PM EST"},
"Call our team at 1-800-SHOP-NOW. Available Monday-Sunday, 8AM-10PM EST"
},
{
icon: MapPin,
title: "Visit Us", description:
"Located at 123 Commerce Street, Shopping District, NY 10001. Visit our flagship store"},
"Located at 123 Commerce Street, Shopping District, NY 10001. Visit our flagship store"
},
]}
/>
</div>
@@ -87,27 +91,33 @@ export default function ContactPage() {
{
id: "1", name: "Jessica Lopez", handle: "@jessicalopez", testimonial:
"Outstanding quality and incredible prices! I've been shopping here for over a year and never had a single issue.", imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Lopez"},
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Lopez"
},
{
id: "2", name: "Marcus Thompson", handle: "@marcusthompson", testimonial:
"The customer service team is phenomenal. They resolved my question within hours!", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg", imageAlt: "Marcus Thompson"},
"http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg", imageAlt: "Marcus Thompson"
},
{
id: "3", name: "Amanda Park", handle: "@amandapark", testimonial:
"Best online shopping experience ever. Fast delivery and the products are exactly as described.", imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Amanda Park"},
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Amanda Park"
},
{
id: "4", name: "Robert Singh", handle: "@robertsingh", testimonial:
"Love the loyalty program! I earn rewards on every purchase and get exclusive discounts.", imageSrc:
"http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Robert Singh"},
"http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Robert Singh"
},
{
id: "5", name: "Sofia Martinez", handle: "@sofiam", testimonial:
"Fantastic selection and unbeatable prices. This is my favorite place to shop online!", imageSrc:
"http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg", imageAlt: "Sofia Martinez"},
"http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg", imageAlt: "Sofia Martinez"
},
{
id: "6", name: "James Wilson", handle: "@jameswilson", testimonial:
"The website is so easy to navigate. Finding products and checking out is a breeze!", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"
},
]}
speed={40}
/>
@@ -168,13 +178,17 @@ export default function ContactPage() {
{
items: [
{
label: "Facebook", href: "https://facebook.com"},
label: "Facebook", href: "https://facebook.com"
},
{
label: "Twitter", href: "https://twitter.com"},
label: "Twitter", href: "https://twitter.com"
},
{
label: "Instagram", href: "https://instagram.com"},
label: "Instagram", href: "https://instagram.com"
},
{
label: "LinkedIn", href: "https://linkedin.com"},
label: "LinkedIn", href: "https://linkedin.com"
},
],
},
]}

View File

@@ -1,56 +1,17 @@
import type { Metadata } from "next";
import { Figtree } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
import "./styles/globals.css";
export const metadata: Metadata = {
title: "Modern E-Commerce Store - Premium Products & Fast Shipping",
description: "Shop our curated collection of premium products with fast shipping, secure checkout, and 24/7 customer support. Discover your favorites today!",
keywords: "online shopping, ecommerce, products, buy online, fast shipping, quality merchandise",
robots: {
index: true,
follow: true,
},
openGraph: {
type: "website",
title: "Modern E-Commerce Store - Shop Premium Products",
description: "Discover exceptional products at unbeatable prices. Free shipping on orders over $50!",
siteName: "Storefront",
images: [
{
url: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg",
alt: "Premium e-commerce shopping platform",
},
],
},
twitter: {
card: "summary_large_image",
title: "Modern E-Commerce Store",
description: "Shop quality products with fast shipping and excellent customer service",
images: [
"http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg",
],
},
};
title: "Storefront - Premium Products Online", description: "Shop our exclusive collection of high-quality items with exceptional customer service and fast shipping."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${figtree.variable} antialiased`}>
<Tag />
{children}
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1418,7 +1379,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -51,7 +51,8 @@ export default function HomePage() {
brandName="Storefront"
navItems={navItems}
button={{
text: "Shop Now", href: "/products"}}
text: "Shop Now", href: "/products"
}}
/>
</div>
@@ -71,22 +72,26 @@ export default function HomePage() {
name: "Sarah Johnson", handle: "Fashion Enthusiast", testimonial:
"The quality and selection are unmatched. I found exactly what I was looking for!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson"},
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson"
},
{
name: "Michael Chen", handle: "Verified Buyer", testimonial:
"Fast shipping and excellent customer service. Highly recommend this store!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chen"},
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chen"
},
{
name: "Emily Rodriguez", handle: "Regular Customer", testimonial:
"Amazing products at great prices. This is my go-to online store.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez"},
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez"
},
{
name: "David Kim", handle: "Premium Member", testimonial:
"Outstanding experience from browsing to checkout. Will definitely shop again!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"},
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"
},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -111,27 +116,33 @@ export default function HomePage() {
{
icon: Truck,
title: "Fast & Free Shipping", description:
"Complimentary shipping on orders over $50 with delivery in 2-3 business days"},
"Complimentary shipping on orders over $50 with delivery in 2-3 business days"
},
{
icon: Shield,
title: "Secure Checkout", description:
"SSL-encrypted payments with multiple payment options for your safety"},
"SSL-encrypted payments with multiple payment options for your safety"
},
{
icon: RotateCcw,
title: "Easy Returns", description:
"30-day money-back guarantee with hassle-free return process"},
"30-day money-back guarantee with hassle-free return process"
},
{
icon: Headphones,
title: "24/7 Support", description:
"Dedicated customer service team ready to help whenever you need"},
"Dedicated customer service team ready to help whenever you need"
},
{
icon: Zap,
title: "Premium Quality", description:
"All products sourced from trusted brands and verified sellers"},
"All products sourced from trusted brands and verified sellers"
},
{
icon: Gift,
title: "Loyalty Rewards", description:
"Earn points on every purchase and enjoy exclusive member benefits"},
"Earn points on every purchase and enjoy exclusive member benefits"
},
]}
/>
</div>
@@ -150,16 +161,20 @@ export default function HomePage() {
products={[
{
id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc:
"http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Wireless headphones"},
"http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Wireless headphones"
},
{
id: "2", name: "Elegant Watch Collection", price: "$249.99", imageSrc:
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageAlt: "Designer watch"},
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageAlt: "Designer watch"
},
{
id: "3", name: "Smart Phone Stand", price: "$39.99", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg", imageAlt: "Phone stand"},
"http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg", imageAlt: "Phone stand"
},
{
id: "4", name: "Premium Backpack", price: "$159.99", imageSrc:
"http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg", imageAlt: "Travel backpack"},
"http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg", imageAlt: "Travel backpack"
},
]}
/>
</div>
@@ -174,7 +189,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Apple", "Samsung", "Sony", "Canon", "Nikon", "Microsoft", "Google", "Amazon"]}
"Apple", "Samsung", "Sony", "Canon", "Nikon", "Microsoft", "Google", "Amazon"
]}
speed={40}
showCard={true}
/>
@@ -194,27 +210,33 @@ export default function HomePage() {
{
id: "1", name: "Jessica Lopez", handle: "@jessicalopez", testimonial:
"Outstanding quality and incredible prices! I've been shopping here for over a year and never had a single issue.", imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Lopez"},
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Lopez"
},
{
id: "2", name: "Marcus Thompson", handle: "@marcusthompson", testimonial:
"The customer service team is phenomenal. They resolved my question within hours!", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg", imageAlt: "Marcus Thompson"},
"http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg", imageAlt: "Marcus Thompson"
},
{
id: "3", name: "Amanda Park", handle: "@amandapark", testimonial:
"Best online shopping experience ever. Fast delivery and the products are exactly as described.", imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Amanda Park"},
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Amanda Park"
},
{
id: "4", name: "Robert Singh", handle: "@robertsingh", testimonial:
"Love the loyalty program! I earn rewards on every purchase and get exclusive discounts.", imageSrc:
"http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Robert Singh"},
"http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Robert Singh"
},
{
id: "5", name: "Sofia Martinez", handle: "@sofiam", testimonial:
"Fantastic selection and unbeatable prices. This is my favorite place to shop online!", imageSrc:
"http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg", imageAlt: "Sofia Martinez"},
"http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg", imageAlt: "Sofia Martinez"
},
{
id: "6", name: "James Wilson", handle: "@jameswilson", testimonial:
"The website is so easy to navigate. Finding products and checking out is a breeze!", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"
},
]}
speed={40}
/>
@@ -275,13 +297,17 @@ export default function HomePage() {
{
items: [
{
label: "Facebook", href: "https://facebook.com"},
label: "Facebook", href: "https://facebook.com"
},
{
label: "Twitter", href: "https://twitter.com"},
label: "Twitter", href: "https://twitter.com"
},
{
label: "Instagram", href: "https://instagram.com"},
label: "Instagram", href: "https://instagram.com"
},
{
label: "LinkedIn", href: "https://linkedin.com"},
label: "LinkedIn", href: "https://linkedin.com"
},
],
},
]}

View File

@@ -45,7 +45,8 @@ export default function ProductsPage() {
brandName="Storefront"
navItems={navItems}
button={{
text: "Shop Now", href: "/products"}}
text: "Shop Now", href: "/products"
}}
/>
</div>
@@ -63,16 +64,20 @@ export default function ProductsPage() {
products={[
{
id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc:
"http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Wireless headphones"},
"http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Wireless headphones"
},
{
id: "2", name: "Elegant Watch Collection", price: "$249.99", imageSrc:
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageAlt: "Designer watch"},
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageAlt: "Designer watch"
},
{
id: "3", name: "Smart Phone Stand", price: "$39.99", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg", imageAlt: "Phone stand"},
"http://img.b2bpic.net/free-photo/high-angle-smartphone-desk-with-headphones_23-2149404198.jpg", imageAlt: "Phone stand"
},
{
id: "4", name: "Premium Backpack", price: "$159.99", imageSrc:
"http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg", imageAlt: "Travel backpack"},
"http://img.b2bpic.net/free-photo/leather-bag-travel-with-earphones-passport_23-2149433932.jpg", imageAlt: "Travel backpack"
},
]}
/>
</div>
@@ -91,15 +96,18 @@ export default function ProductsPage() {
{
icon: Truck,
title: "Fast & Free Shipping", description:
"Complimentary shipping on orders over $50 with delivery in 2-3 business days"},
"Complimentary shipping on orders over $50 with delivery in 2-3 business days"
},
{
icon: Shield,
title: "Secure Checkout", description:
"SSL-encrypted payments with multiple payment options for your safety"},
"SSL-encrypted payments with multiple payment options for your safety"
},
{
icon: RotateCcw,
title: "Easy Returns", description:
"30-day money-back guarantee with hassle-free return process"},
"30-day money-back guarantee with hassle-free return process"
},
]}
/>
</div>
@@ -159,13 +167,17 @@ export default function ProductsPage() {
{
items: [
{
label: "Facebook", href: "https://facebook.com"},
label: "Facebook", href: "https://facebook.com"
},
{
label: "Twitter", href: "https://twitter.com"},
label: "Twitter", href: "https://twitter.com"
},
{
label: "Instagram", href: "https://instagram.com"},
label: "Instagram", href: "https://instagram.com"
},
{
label: "LinkedIn", href: "https://linkedin.com"},
label: "LinkedIn", href: "https://linkedin.com"
},
],
},
]}