Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -63,13 +63,13 @@ export default function LandingPage() {
|
||||
description="Handpicked pieces crafted for quality and style. Each item is carefully selected for modern elegance."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Silk Blouse", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg", imageAlt: "Elegant silk blouse in cream"
|
||||
id: "1", name: "Premium Silk Blouse", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg?_wi=1", imageAlt: "Elegant silk blouse in cream"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Luxury Denim Jeans", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773382.jpg", imageAlt: "Dark luxury denim jeans"
|
||||
id: "2", name: "Luxury Denim Jeans", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773382.jpg?_wi=1", imageAlt: "Dark luxury denim jeans"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Designer Leather Jacket", price: "$449.00", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-his-hand-his-pants-pocket_23-2148316579.jpg", imageAlt: "Premium leather jacket"
|
||||
id: "3", name: "Designer Leather Jacket", price: "$449.00", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-his-hand-his-pants-pocket_23-2148316579.jpg?_wi=1", imageAlt: "Premium leather jacket"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
description="We stand out through commitment to quality, sustainability, and customer satisfaction. Every garment is a statement of style."
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Premium Materials", description: "We source only the finest fabrics and materials from trusted suppliers around the world, ensuring durability and comfort.", media: { imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg" },
|
||||
id: "1", title: "Premium Materials", description: "We source only the finest fabrics and materials from trusted suppliers around the world, ensuring durability and comfort.", media: { imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-top-view_23-2150264134.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "100% natural fibers" },
|
||||
{ icon: CheckCircle, text: "Ethically sourced" },
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Sustainable Production", description: "Our manufacturing processes prioritize environmental responsibility while maintaining the highest standards of craftsmanship.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773382.jpg" },
|
||||
id: "2", title: "Sustainable Production", description: "Our manufacturing processes prioritize environmental responsibility while maintaining the highest standards of craftsmanship.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773382.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Carbon neutral shipping" },
|
||||
{ icon: CheckCircle, text: "Fair trade practices" },
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Exceptional Design", description: "Our expert designers blend timeless aesthetics with contemporary trends, creating pieces that transcend seasonal fashion.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-holding-his-hand-his-pants-pocket_23-2148316579.jpg" },
|
||||
id: "3", title: "Exceptional Design", description: "Our expert designers blend timeless aesthetics with contemporary trends, creating pieces that transcend seasonal fashion.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-holding-his-hand-his-pants-pocket_23-2148316579.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Timeless silhouettes" },
|
||||
{ icon: CheckCircle, text: "Versatile styling" },
|
||||
|
||||
Reference in New Issue
Block a user