Merge version_1 into main #3
@@ -77,8 +77,7 @@ export default function HomePage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now", href: "/products"}}
|
||||
button={{ text: "Shop Now", href: "/products" }}
|
||||
brandName="TechLaptop"
|
||||
/>
|
||||
</div>
|
||||
@@ -94,10 +93,8 @@ export default function HomePage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZq3AkZrFXbL1VS6nk3OHopger/a-stunning-product-showcase-of-premium-l-1772810362262-8740bfe0.png"
|
||||
imageAlt="Premium laptop collection"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Shopping", href: "/products"},
|
||||
{
|
||||
text: "View Specs", href: "#products"},
|
||||
{ text: "Start Shopping", href: "/products" },
|
||||
{ text: "View Specs", href: "#products" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -154,8 +151,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products", href: "/products"},
|
||||
{ text: "View All Products", href: "/products" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,7 +161,6 @@ export default function HomePage() {
|
||||
title="Easy Spec Comparison"
|
||||
description="Compare up to 5 laptops side-by-side to find the perfect match for your needs"
|
||||
tag="Smart Compare"
|
||||
tagIcon={undefined}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -179,8 +174,7 @@ export default function HomePage() {
|
||||
id: "compare-3", title: "Price-to-Value Analysis", description: "See how each laptop ranks in value proposition to make informed purchasing decisions", tag: "Value", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZq3AkZrFXbL1VS6nk3OHopger/value-proposition-analysis-showing-price-1772810363859-6fc0da1f.png", imageAlt: "Price and value comparison"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Comparing", href: "/products"},
|
||||
{ text: "Start Comparing", href: "/compare" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,13 +213,12 @@ export default function HomePage() {
|
||||
<div id="why-us" data-section="why-us">
|
||||
<TextAbout
|
||||
tag="Why TechLaptop"
|
||||
tagIcon={Star}
|
||||
title="Your trusted partner for laptop purchases backed by expert guidance, competitive pricing, and hassle-free returns"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More", href: "#"},
|
||||
{
|
||||
text: "Contact Support", href: "#newsletter"},
|
||||
{ text: "Learn More", href: "#" },
|
||||
{ text: "Contact Support", href: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -258,7 +251,6 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all laptops. If you're not satisfied for any reason, return it in original condition for a full refund."},
|
||||
@@ -292,10 +284,7 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="TechLaptop"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
<FooterLogoEmphasis logoText="TechLaptop" columns={footerColumns} />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user