Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-19 01:41:40 +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 FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import AboutMetric from "@/components/sections/about/AboutMetric";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactFaq from "@/components/sections/contact/ContactFaq";
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() {
return (
@@ -131,10 +130,8 @@ export default function LandingPage() {
<AboutMetric
title="Tashino Essentials Story"
metrics={[
{ icon: Users, label: "Happy Customers", value: "50K+" },
{ icon: ShoppingCart, label: "Products Available", value: "5000+" },
{ icon: MapPin, label: "Store Locations", value: "15" },
{ icon: Award, label: "Customer Satisfaction", value: "98%" }
{ icon: MapPin, label: "Store Locations", value: "1" },
{ icon: ShoppingCart, label: "Products Available", value: "50K+" }
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -142,24 +139,6 @@ export default function LandingPage() {
/>
</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">
<FaqSplitText
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-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-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."
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."
}
]}
faqsAnimation="slide-up"
@@ -196,7 +169,7 @@ export default function LandingPage() {
<ContactFaq
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."
ctaButton={{ text: "Find Your Nearest Store", href: "#" }}
ctaButton={{ text: "Find Your Store", href: "#" }}
ctaIcon={MapPin}
useInvertedBackground={false}
animationType="slide-up"
@@ -204,16 +177,13 @@ export default function LandingPage() {
showCard={true}
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-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: [
{ label: "Legal", href: "#" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Return Policy", href: "#" }
{ label: "Terms of Service", href: "#" }
]
},
{
@@ -269,4 +238,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

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