7 Commits

Author SHA1 Message Date
2a6666f2dd Update src/app/page.tsx 2026-03-04 19:40:35 +00:00
39a8fca867 Update src/app/layout.tsx 2026-03-04 19:40:35 +00:00
ac690aca07 Merge version_2 into main
Merge version_2 into main
2026-03-04 19:39:21 +00:00
4362010c70 Update src/app/styles/variables.css 2026-03-04 19:39:17 +00:00
124844315d Update src/app/page.tsx 2026-03-04 19:39:16 +00:00
a60009daea Update src/app/layout.tsx 2026-03-04 19:39:15 +00:00
4721686b83 Merge version_1 into main
Merge version_1 into main
2026-03-04 19:38:09 +00:00
2 changed files with 20 additions and 35 deletions

View File

@@ -40,8 +40,8 @@ export default function LandingPage() {
logoText="PlatesMart"
description="Premium dinnerware collection for discerning homes. Elevate your dining experience with handcrafted ceramic plates."
buttons={[
{ text: "Shop Collection", href: "products" },
{ text: "Learn More", href: "about" },
{ text: "Explore Collections", href: "products" },
{ text: "View Bestsellers", href: "products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-dark-haired-woman-serving-table-kitchen_259150-59709.jpg?_wi=1"
imageAlt="Premium ceramic plates collection"
@@ -54,14 +54,10 @@ export default function LandingPage() {
title="Featured Collection"
description="Discover our handpicked selection of premium dinnerware sets designed for modern homes."
products={[
{
id: "1", name: "Elegance White Plate Set", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-dinner-table-background_53876-128219.jpg", imageAlt: "Elegance White Plate Set"},
{
id: "2", name: "Minimalist Gray Collection", price: "$109.99", imageSrc: "http://img.b2bpic.net/free-photo/variety-white-dinnerware_661915-402.jpg", imageAlt: "Minimalist Gray Collection"},
{
id: "3", name: "Azure Blue Premium Plates", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crockery-antique-store_23-2149640759.jpg", imageAlt: "Azure Blue Premium Plates"},
{
id: "4", name: "Porcelain Luxury 6-Piece", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-plates-dark-background_179666-19288.jpg", imageAlt: "Porcelain Luxury 6-Piece"},
{ id: "1", name: "Elegance White Plate Set", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-dinner-table-background_53876-128219.jpg", imageAlt: "Elegance White Plate Set"},
{ id: "2", name: "Minimalist Gray Collection", price: "$109.99", imageSrc: "http://img.b2bpic.net/free-photo/variety-white-dinnerware_661915-402.jpg", imageAlt: "Minimalist Gray Collection"},
{ id: "3", name: "Azure Blue Premium Plates", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crockery-antique-store_23-2149640759.jpg", imageAlt: "Azure Blue Premium Plates"},
{ id: "4", name: "Porcelain Luxury 6-Piece", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-plates-dark-background_179666-19288.jpg", imageAlt: "Porcelain Luxury 6-Piece"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -76,18 +72,10 @@ export default function LandingPage() {
title="What Our Customers Say"
description="Hear from satisfied customers who have transformed their dining experiences with PlatesMart."
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Home Chef", company: "Chicago, IL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
{
id: "2", name: "David Chen", role: "Interior Designer", company: "New York, NY", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen"},
{
id: "3", name: "Emma Rodriguez", role: "Restaurant Owner", company: "Miami, FL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez"},
{
id: "4", name: "James Williams", role: "Event Planner", company: "San Francisco, CA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Williams"},
{ id: "1", name: "Sarah Mitchell", role: "Home Chef", company: "Chicago, IL", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
{ id: "2", name: "David Chen", role: "Interior Designer", company: "New York, NY", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen"},
{ id: "3", name: "Emma Rodriguez", role: "Restaurant Owner", company: "Miami, FL", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez"},
{ id: "4", name: "James Williams", role: "Event Planner", company: "San Francisco, CA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Williams"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -129,24 +117,21 @@ export default function LandingPage() {
logoText="PlatesMart"
copyrightText="© 2025 PlatesMart. All rights reserved."
columns={[
{
title: "Shop", items: [
{ title: "Shop", items: [
{ label: "All Products", href: "#products" },
{ label: "New Arrivals", href: "#products" },
{ label: "Collections", href: "#products" },
{ label: "Sale", href: "#products" },
],
},
{
title: "Company", items: [
{ title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Press", href: "#" },
],
},
{
title: "Support", items: [
{ title: "Support", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns", href: "#" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #1a1a1a;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffffe6;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--accent: #737373;
--background-accent: #000000;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);