Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-08 12:56:31 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ export default function AboutPage() {
{
title: "Indian Craftsmanship", description: "Proudly produced in India, supporting local artisans and promoting authentic Indian fashion globally. We celebrate and preserve traditional textile arts."},
]}
imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2050.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2050.jpg?_wi=2"
imageAlt="Train Kart brand heritage and design process"
imagePosition="right"
/>
@@ -72,11 +72,11 @@ export default function AboutPage() {
description="Discover what sets us apart in the luxury fashion industry and why thousands of women trust us for their designer wardrobe."
features={[
{
id: "1", title: "Premium Quality Materials", description: "Each piece is crafted using the finest fabrics and materials sourced from premium textile suppliers. We ensure durability, comfort, and luxury that stands the test of time.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-brown-fabric-background_23-2147921821.jpg", imageAlt: "Premium luxury fabric quality"},
id: "1", title: "Premium Quality Materials", description: "Each piece is crafted using the finest fabrics and materials sourced from premium textile suppliers. We ensure durability, comfort, and luxury that stands the test of time.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-brown-fabric-background_23-2147921821.jpg?_wi=2", imageAlt: "Premium luxury fabric quality"},
{
id: "2", title: "Exclusive Designer Collections", description: "Curated collections from renowned designer SSRK featuring the latest international trends alongside timeless Indian classics for every occasion.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/team-working-together-studio_329181-14372.jpg", imageAlt: "Fashion designer creating collection"},
id: "2", title: "Exclusive Designer Collections", description: "Curated collections from renowned designer SSRK featuring the latest international trends alongside timeless Indian classics for every occasion.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/team-working-together-studio_329181-14372.jpg?_wi=2", imageAlt: "Fashion designer creating collection"},
{
id: "3", title: "Fast & Secure Delivery", description: "Quick nationwide delivery with secure packaging and multiple payment options including cash on delivery. Real-time tracking ensures peace of mind with every order.", tag: "Delivery", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-fist-bump_23-2149035880.jpg", imageAlt: "Fast delivery service"},
id: "3", title: "Fast & Secure Delivery", description: "Quick nationwide delivery with secure packaging and multiple payment options including cash on delivery. Real-time tracking ensures peace of mind with every order.", tag: "Delivery", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-fist-bump_23-2149035880.jpg?_wi=2", imageAlt: "Fast delivery service"},
]}
animationType="slide-up"
textboxLayout="default"

View File

@@ -109,7 +109,7 @@ export default function HomePage() {
{
title: "Indian Craftsmanship", description: "Proudly produced in India, supporting local artisans and promoting authentic Indian fashion globally"},
]}
imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2050.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2050.jpg?_wi=1"
imageAlt="Train Kart brand heritage and design process"
imagePosition="right"
buttons={[{ text: "Learn More", href: "/about" }]}
@@ -151,11 +151,11 @@ export default function HomePage() {
description="Experience the perfect combination of premium quality, designer aesthetics, and exceptional service"
features={[
{
id: "1", title: "Premium Quality Materials", description: "Each piece is crafted using the finest fabrics and materials, ensuring durability, comfort, and luxury that lasts", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-brown-fabric-background_23-2147921821.jpg", imageAlt: "Premium luxury fabric quality"},
id: "1", title: "Premium Quality Materials", description: "Each piece is crafted using the finest fabrics and materials, ensuring durability, comfort, and luxury that lasts", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-brown-fabric-background_23-2147921821.jpg?_wi=1", imageAlt: "Premium luxury fabric quality"},
{
id: "2", title: "Exclusive Designer Collections", description: "Curated collections from renowned designer SSRK featuring latest trends and timeless classics", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/team-working-together-studio_329181-14372.jpg", imageAlt: "Fashion designer creating collection"},
id: "2", title: "Exclusive Designer Collections", description: "Curated collections from renowned designer SSRK featuring latest trends and timeless classics", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/team-working-together-studio_329181-14372.jpg?_wi=1", imageAlt: "Fashion designer creating collection"},
{
id: "3", title: "Fast & Secure Delivery", description: "Quick nationwide delivery with cash on delivery and online payment options for your convenience", tag: "Delivery", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-fist-bump_23-2149035880.jpg", imageAlt: "Fast delivery service"},
id: "3", title: "Fast & Secure Delivery", description: "Quick nationwide delivery with cash on delivery and online payment options for your convenience", tag: "Delivery", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-fist-bump_23-2149035880.jpg?_wi=1", imageAlt: "Fast delivery service"},
]}
animationType="slide-up"
textboxLayout="default"