5 Commits

Author SHA1 Message Date
fe6fa746a7 Update src/app/styles/variables.css 2026-03-19 01:41:36 +00:00
c18a7874c9 Update src/app/page.tsx 2026-03-19 01:41:36 +00:00
17c0959aae Merge version_1 into main
Merge version_1 into main
2026-03-19 01:37:06 +00:00
2dfad25163 Merge version_1 into main
Merge version_1 into main
2026-03-19 01:36:41 +00:00
5a8d23d6ec Merge version_1 into main
Merge version_1 into main
2026-03-19 01:36:20 +00:00
2 changed files with 15 additions and 46 deletions

View File

@@ -6,11 +6,10 @@ import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGaller
import ProductCardFour from "@/components/sections/product/ProductCardFour"; import ProductCardFour from "@/components/sections/product/ProductCardFour";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import AboutMetric from "@/components/sections/about/AboutMetric"; import AboutMetric from "@/components/sections/about/AboutMetric";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactFaq from "@/components/sections/contact/ContactFaq"; import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Award, CheckCircle, DollarSign, MapPin, ShoppingBag, ShoppingCart, Sparkles, Users, Zap } from "lucide-react"; import { Award, CheckCircle, DollarSign, MapPin, ShoppingBag, ShoppingCart, Sparkles, Zap } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -131,10 +130,8 @@ export default function LandingPage() {
<AboutMetric <AboutMetric
title="Tashino Essentials Story" title="Tashino Essentials Story"
metrics={[ metrics={[
{ icon: Users, label: "Happy Customers", value: "50K+" }, { icon: MapPin, label: "Store Locations", value: "1" },
{ icon: ShoppingCart, label: "Products Available", value: "5000+" }, { icon: ShoppingCart, label: "Products Available", value: "50K+" }
{ icon: MapPin, label: "Store Locations", value: "15" },
{ icon: Award, label: "Customer Satisfaction", value: "98%" }
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -142,24 +139,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="I love shopping at Tashino Essentials! The prices are unbeatable and I always find exactly what I need. The quality is surprisingly great for these prices."
rating={5}
author="Sarah M."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg", alt: "Sarah M. - Customer" },
{ src: "http://img.b2bpic.net/free-photo/smiley-senior-woman-posing-inside-medium-shot_23-2149833721.jpg", alt: "Customer photo" },
{ src: "http://img.b2bpic.net/free-photo/young-bearded-man-shirt-showing-thumb-up_171337-15577.jpg", alt: "Customer photo" },
{ src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-seaside_23-2148618906.jpg", alt: "Customer photo" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Customer testimonial for Tashino Essentials"
/>
</div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitText <FaqSplitText
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
@@ -172,16 +151,10 @@ export default function LandingPage() {
id: "faq-2", title: "How do you keep prices so low?", content: "We negotiate directly with manufacturers, buy in bulk, and keep overhead costs minimal. This allows us to offer premium products at dollar store prices without compromising quality." id: "faq-2", title: "How do you keep prices so low?", content: "We negotiate directly with manufacturers, buy in bulk, and keep overhead costs minimal. This allows us to offer premium products at dollar store prices without compromising quality."
}, },
{ {
id: "faq-3", title: "Do you offer returns or warranties?", content: "We stand behind every product. Returns are accepted within 30 days with original receipt. Many items also come with manufacturer warranties for added peace of mind." id: "faq-3", title: "Can I shop online?", content: "Yes! Visit our website to browse and order. We offer fast shipping and convenient delivery to your home. In-store pickup is also available at our location."
}, },
{ {
id: "faq-4", title: "Can I shop online?", content: "Yes! Visit our website to browse and order. We offer fast shipping and convenient delivery to your home. In-store pickup is also available at select locations." id: "faq-4", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, mobile payments, and cash. We also offer flexible payment plans for larger purchases."
},
{
id: "faq-5", title: "Do you have loyalty programs?", content: "Yes! Join our rewards program to earn points on every purchase. Members get exclusive discounts, early access to sales, and special birthday offers."
},
{
id: "faq-6", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, mobile payments, and cash. We also offer flexible payment plans for larger purchases."
} }
]} ]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -196,7 +169,7 @@ export default function LandingPage() {
<ContactFaq <ContactFaq
ctaTitle="Ready to Save?" ctaTitle="Ready to Save?"
ctaDescription="Visit Tashino Essentials today and discover quality products at unbeatable prices. We're here to make smart shopping affordable for everyone." ctaDescription="Visit Tashino Essentials today and discover quality products at unbeatable prices. We're here to make smart shopping affordable for everyone."
ctaButton={{ text: "Find Your Nearest Store", href: "#" }} ctaButton={{ text: "Find Your Store", href: "#" }}
ctaIcon={MapPin} ctaIcon={MapPin}
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
@@ -204,16 +177,13 @@ export default function LandingPage() {
showCard={true} showCard={true}
faqs={[ faqs={[
{ {
id: "contact-faq-1", title: "Store Hours", content: "Monday - Sunday: 8:00 AM - 10:00 PM. Holiday hours may vary. Check our website for specific location details." id: "contact-faq-1", title: "Store Hours", content: "Monday - Sunday: 8:00 AM - 10:00 PM. Check our website for specific details."
}, },
{ {
id: "contact-faq-2", title: "Customer Support", content: "Call us at 1-800-TASHINO or email support@tashinoessentials.com. Our team is available Monday-Friday, 9 AM-6 PM EST." id: "contact-faq-2", title: "Customer Support", content: "Call us at 1-800-TASHINO or email support@tashinoessentials.com. Our team is available Monday-Friday, 9 AM-6 PM EST."
}, },
{ {
id: "contact-faq-3", title: "Bulk Orders", content: "We offer special pricing for bulk purchases. Contact our business team at business@tashinoessentials.com for quotes and arrangements." id: "contact-faq-3", title: "Bulk Orders", content: "We offer special pricing for bulk purchases. Contact our business team at business@tashinoessentials.com for quotes and arrangements."
},
{
id: "contact-faq-4", title: "Wholesale Inquiries", content: "Interested in becoming a retailer? We work with select wholesale partners. Email wholesale@tashinoessentials.com for more information."
} }
]} ]}
/> />
@@ -251,8 +221,7 @@ export default function LandingPage() {
items: [ items: [
{ label: "Legal", href: "#" }, { label: "Legal", href: "#" },
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" }
{ label: "Return Policy", href: "#" }
] ]
}, },
{ {

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #f0f8ff;
--card: #ffffff; --card: #e6f2ff;
--foreground: #1c1c1c; --foreground: #00366b;
--primary-cta: #1c1c1c; --primary-cta: #0066cc;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #e63946; --accent: #4da6ff;
--background-accent: #e8bea8; --background-accent: #99ccff;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);