@crm-market/template-shared 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/css/custom.css +70 -0
- package/assets/css/remixicon.css +2782 -0
- package/assets/css/satoshi-font.css +31 -0
- package/assets/fonts/flaticon.css +463 -0
- package/assets/fonts/flaticon.eot +0 -0
- package/assets/fonts/flaticon.html +2153 -0
- package/assets/fonts/flaticon.svg +441 -0
- package/assets/fonts/flaticon.ttf +0 -0
- package/assets/fonts/flaticon.woff +0 -0
- package/assets/fonts/flaticon.woff2 +0 -0
- package/assets/fonts/remixicon.eot +0 -0
- package/assets/fonts/remixicon.svg +8230 -0
- package/assets/fonts/remixicon.ttf +0 -0
- package/assets/fonts/remixicon.woff +0 -0
- package/assets/fonts/remixicon.woff2 +0 -0
- package/assets/scss/_variables.scss +31 -0
- package/assets/scss/components/_about.scss +58 -0
- package/assets/scss/components/_authentication.scss +124 -0
- package/assets/scss/components/_backtoptop.scss +27 -0
- package/assets/scss/components/_banner.scss +396 -0
- package/assets/scss/components/_best-deals.scss +74 -0
- package/assets/scss/components/_blank.scss +40 -0
- package/assets/scss/components/_blog.scss +193 -0
- package/assets/scss/components/_cart.scss +108 -0
- package/assets/scss/components/_categories.scss +82 -0
- package/assets/scss/components/_checkout.scss +110 -0
- package/assets/scss/components/_dashboard.scss +388 -0
- package/assets/scss/components/_faq.scss +22 -0
- package/assets/scss/components/_filter-rang.scss +109 -0
- package/assets/scss/components/_footer.scss +270 -0
- package/assets/scss/components/_global.scss +550 -0
- package/assets/scss/components/_header.scss +587 -0
- package/assets/scss/components/_hurry.scss +52 -0
- package/assets/scss/components/_navbar.scss +1008 -0
- package/assets/scss/components/_offers.scss +689 -0
- package/assets/scss/components/_pagination.scss +71 -0
- package/assets/scss/components/_popup.scss +172 -0
- package/assets/scss/components/_preloader.scss +108 -0
- package/assets/scss/components/_products.scss +1147 -0
- package/assets/scss/components/_rtl.scss +806 -0
- package/assets/scss/components/_services.scss +16 -0
- package/assets/scss/components/_sidebar.scss +259 -0
- package/assets/scss/style.css +6676 -0
- package/assets/scss/style.css.map +1 -0
- package/assets/scss/style.scss +40 -0
- package/assets/webfonts/Satoshi-Bold.eot +0 -0
- package/assets/webfonts/Satoshi-Bold.woff +0 -0
- package/assets/webfonts/Satoshi-Bold.woff2 +0 -0
- package/assets/webfonts/Satoshi-Medium.eot +0 -0
- package/assets/webfonts/Satoshi-Medium.woff +0 -0
- package/assets/webfonts/Satoshi-Medium.woff2 +0 -0
- package/assets/webfonts/Satoshi-Regular.eot +0 -0
- package/assets/webfonts/Satoshi-Regular.woff +0 -0
- package/assets/webfonts/Satoshi-Regular.woff2 +0 -0
- package/components/AboutUs/AboutUsTuan.vue +25 -0
- package/components/AboutUs/Statistics.vue +42 -0
- package/components/AboutUs/SubscribeToTheNewsletter.vue +57 -0
- package/components/AddAddress/index.vue +70 -0
- package/components/BestSellers/Products.vue +1562 -0
- package/components/BestSellers/RecentlyViewed.vue +304 -0
- package/components/Cart/ProductQuantity.vue +29 -0
- package/components/Cart/index.vue +167 -0
- package/components/Categories/index.vue +305 -0
- package/components/ChangePassword/index.vue +71 -0
- package/components/Checkout/index.vue +192 -0
- package/components/Common/DashboardNavigation.vue +37 -0
- package/components/Common/PageBanner.vue +28 -0
- package/components/Common/ProductCard.vue +152 -0
- package/components/Common/Services.vue +58 -0
- package/components/Contact/ContactForm.vue +91 -0
- package/components/Contact/ContactInfo.vue +74 -0
- package/components/Dashboard/RecentOrder.vue +173 -0
- package/components/Dashboard/index.vue +79 -0
- package/components/EditAddress/index.vue +119 -0
- package/components/EditProfile/index.vue +97 -0
- package/components/FAQ/index.vue +121 -0
- package/components/FeaturedProduct/FeaturedProducts.vue +304 -0
- package/components/FeaturedProduct/Products.vue +1562 -0
- package/components/ForgotPassword/index.vue +51 -0
- package/components/Layout/BackToUp.vue +38 -0
- package/components/Layout/Copyright.vue +25 -0
- package/components/Layout/Footer.vue +183 -0
- package/components/Layout/FooterTwo.vue +165 -0
- package/components/Layout/LocationOption.vue +178 -0
- package/components/Layout/MiddleHeader.vue +229 -0
- package/components/Layout/MiddleHeaderThree.vue +204 -0
- package/components/Layout/MiddleHeaderTwo.vue +240 -0
- package/components/Layout/Navbar.vue +185 -0
- package/components/Layout/NavbarStyleFour.vue +334 -0
- package/components/Layout/NavbarStyleThree.vue +188 -0
- package/components/Layout/NavbarStyleTwo.vue +108 -0
- package/components/Layout/Preloader.vue +18 -0
- package/components/Layout/RTLSwitchBtn.vue +40 -0
- package/components/Layout/ResponsiveNavbar.vue +431 -0
- package/components/Layout/TopHeader.vue +130 -0
- package/components/Login/index.vue +94 -0
- package/components/MyAccount/index.vue +154 -0
- package/components/NewArrivals/Products.vue +1969 -0
- package/components/NewArrivals/RecentlyViewed.vue +304 -0
- package/components/OrderDetails/index.vue +77 -0
- package/components/OrderHistory/index.vue +197 -0
- package/components/PrivacyPolicy/index.vue +112 -0
- package/components/ProductDetails/ProductDetailsTab.vue +343 -0
- package/components/ProductDetails/ProductQuantity.vue +29 -0
- package/components/ProductDetails/RecentlyViewed.vue +304 -0
- package/components/ProductDetails/index.vue +268 -0
- package/components/Products/RecentlyViewed.vue +304 -0
- package/components/Products/index.vue +292 -0
- package/components/Register/index.vue +88 -0
- package/components/TermsConditions/index.vue +112 -0
- package/components/TrendingProducts/FeaturedProducts.vue +304 -0
- package/components/TrendingProducts/Products.vue +1564 -0
- package/components/Wishlist/ProductQuantity.vue +29 -0
- package/components/Wishlist/index.vue +128 -0
- package/composables/useCart.ts +149 -0
- package/composables/useCategories.ts +87 -0
- package/composables/useCheckout.ts +131 -0
- package/composables/useProducts.ts +162 -0
- package/composables/useSiteConfig.ts +236 -0
- package/composables/useTemplateSections.ts +74 -0
- package/e2e/cart.spec.ts +71 -0
- package/e2e/fixtures/mock-api.ts +166 -0
- package/e2e/homepage.spec.ts +65 -0
- package/e2e/layout.spec.ts +73 -0
- package/e2e/navigation.spec.ts +61 -0
- package/e2e/pages/cart.page.ts +44 -0
- package/e2e/pages/homepage.page.ts +46 -0
- package/e2e/playwright.config.ts +32 -0
- package/e2e/products.spec.ts +33 -0
- package/layouts/default.vue +94 -0
- package/layouts/inner.vue +70 -0
- package/nuxt.config.ts +86 -0
- package/package.json +38 -0
- package/pages/about-us.vue +12 -0
- package/pages/address.vue +10 -0
- package/pages/cart.vue +10 -0
- package/pages/categories.vue +10 -0
- package/pages/change-password.vue +10 -0
- package/pages/checkout.vue +10 -0
- package/pages/contact.vue +11 -0
- package/pages/dashboard.vue +10 -0
- package/pages/edit-address.vue +10 -0
- package/pages/edit-profile.vue +10 -0
- package/pages/faq.vue +10 -0
- package/pages/forgot-password.vue +10 -0
- package/pages/login.vue +10 -0
- package/pages/my-account.vue +10 -0
- package/pages/order-details.vue +10 -0
- package/pages/order-history.vue +10 -0
- package/pages/privacy-policy.vue +10 -0
- package/pages/product-details.vue +10 -0
- package/pages/products.vue +10 -0
- package/pages/register.vue +10 -0
- package/pages/terms-conditions.vue +10 -0
- package/pages/wishlist.vue +10 -0
- package/plugins/site-init.client.ts +24 -0
- package/plugins/vuetify.ts +18 -0
- package/types/index.ts +121 -0
- package/utils/image.ts +13 -0
- package/utils/store.ts +21 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<section class="dashboard-area ptb-60">
|
|
3
|
+
<div class="container">
|
|
4
|
+
<div class="row">
|
|
5
|
+
<div class="col-lg-4">
|
|
6
|
+
<CommonDashboardNavigation />
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<div class="col-lg-8">
|
|
10
|
+
<div class="edit-profile">
|
|
11
|
+
<h3>Edit Address</h3>
|
|
12
|
+
|
|
13
|
+
<form class="submit-property-form">
|
|
14
|
+
<div class="row">
|
|
15
|
+
<div class="col-lg-6">
|
|
16
|
+
<div class="form-group">
|
|
17
|
+
<label>First Name</label>
|
|
18
|
+
<input type="text" class="form-control" value="Amanda" />
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div class="col-lg-6">
|
|
23
|
+
<div class="form-group">
|
|
24
|
+
<label>Last Name</label>
|
|
25
|
+
<input type="text" class="form-control" value="McCarter" />
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
|
|
29
|
+
<div class="col-lg-6">
|
|
30
|
+
<div class="form-group">
|
|
31
|
+
<label>Email Address</label>
|
|
32
|
+
<input
|
|
33
|
+
type="email"
|
|
34
|
+
class="form-control"
|
|
35
|
+
value="contact@liva.com"
|
|
36
|
+
/>
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<div class="col-lg-6">
|
|
41
|
+
<div class="form-group">
|
|
42
|
+
<label>Phone Number</label>
|
|
43
|
+
<input
|
|
44
|
+
type="text"
|
|
45
|
+
class="form-control"
|
|
46
|
+
value="+270-957-9995"
|
|
47
|
+
/>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
<div class="col-lg-6">
|
|
52
|
+
<div class="form-group">
|
|
53
|
+
<label>Company Name (Optional)</label>
|
|
54
|
+
<input
|
|
55
|
+
type="text"
|
|
56
|
+
class="form-control"
|
|
57
|
+
value="EnvytTheme"
|
|
58
|
+
/>
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
<div class="col-lg-6">
|
|
63
|
+
<div class="form-group">
|
|
64
|
+
<label>Country</label>
|
|
65
|
+
<input
|
|
66
|
+
type="text"
|
|
67
|
+
class="form-control"
|
|
68
|
+
value="United Kingdom"
|
|
69
|
+
/>
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
|
|
73
|
+
<div class="col-lg-6">
|
|
74
|
+
<div class="form-group">
|
|
75
|
+
<label>Street Address</label>
|
|
76
|
+
<input type="text" class="form-control" value="Cities" />
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
|
|
80
|
+
<div class="col-lg-6">
|
|
81
|
+
<div class="form-group">
|
|
82
|
+
<label>Town / City</label>
|
|
83
|
+
<input type="text" class="form-control" value="Cities" />
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
|
|
87
|
+
<div class="col-lg-6">
|
|
88
|
+
<div class="form-group">
|
|
89
|
+
<label>State / County</label>
|
|
90
|
+
<input type="text" class="form-control" value="Liverpool" />
|
|
91
|
+
</div>
|
|
92
|
+
</div>
|
|
93
|
+
|
|
94
|
+
<div class="col-lg-6">
|
|
95
|
+
<div class="form-group">
|
|
96
|
+
<label>Zip</label>
|
|
97
|
+
<input type="text" class="form-control" value="1457856" />
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
<div class="col-lg-12">
|
|
102
|
+
<button type="submit" class="btn btn-warning text-white">
|
|
103
|
+
Save
|
|
104
|
+
</button>
|
|
105
|
+
</div>
|
|
106
|
+
</div>
|
|
107
|
+
</form>
|
|
108
|
+
</div>
|
|
109
|
+
</div>
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
112
|
+
</section>
|
|
113
|
+
</template>
|
|
114
|
+
|
|
115
|
+
<script>
|
|
116
|
+
export default {
|
|
117
|
+
name: "EditAddress",
|
|
118
|
+
};
|
|
119
|
+
</script>
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<section class="dashboard-area ptb-60">
|
|
3
|
+
<div class="container">
|
|
4
|
+
<div class="row">
|
|
5
|
+
<div class="col-lg-4">
|
|
6
|
+
<CommonDashboardNavigation />
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<div class="col-lg-8">
|
|
10
|
+
<div class="edit-profile">
|
|
11
|
+
<h3>Edit Profile</h3>
|
|
12
|
+
|
|
13
|
+
<form class="submit-property-form">
|
|
14
|
+
<div class="row">
|
|
15
|
+
<div class="col-lg-6">
|
|
16
|
+
<div class="form-group">
|
|
17
|
+
<label>First Name</label>
|
|
18
|
+
<input type="text" class="form-control" value="Amanda" />
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div class="col-lg-6">
|
|
23
|
+
<div class="form-group">
|
|
24
|
+
<label>Last Name</label>
|
|
25
|
+
<input type="text" class="form-control" value="McCarter" />
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
|
|
29
|
+
<div class="col-lg-6">
|
|
30
|
+
<div class="form-group">
|
|
31
|
+
<label>Email Address</label>
|
|
32
|
+
<input
|
|
33
|
+
type="email"
|
|
34
|
+
class="form-control"
|
|
35
|
+
value="contact@liva.com"
|
|
36
|
+
/>
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<div class="col-lg-6">
|
|
41
|
+
<div class="form-group">
|
|
42
|
+
<label>Phone Number</label>
|
|
43
|
+
<input
|
|
44
|
+
type="text"
|
|
45
|
+
class="form-control"
|
|
46
|
+
value="+270-957-9995"
|
|
47
|
+
/>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
<div class="col-lg-12">
|
|
52
|
+
<div class="form-group">
|
|
53
|
+
<label>Change Your Image</label>
|
|
54
|
+
<div class="file-upload">
|
|
55
|
+
<input
|
|
56
|
+
type="file"
|
|
57
|
+
name="file"
|
|
58
|
+
id="file"
|
|
59
|
+
class="inputfile"
|
|
60
|
+
/>
|
|
61
|
+
<label class="upload" for="file">
|
|
62
|
+
<i class="ri-image-2-fill"></i>
|
|
63
|
+
Click here
|
|
64
|
+
</label>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
</div>
|
|
68
|
+
|
|
69
|
+
<div class="col-lg-12">
|
|
70
|
+
<div class="form-group">
|
|
71
|
+
<img
|
|
72
|
+
src="~/assets/images/user-9.jpg"
|
|
73
|
+
class="img-thumbnail rounded-1"
|
|
74
|
+
alt="user"
|
|
75
|
+
/>
|
|
76
|
+
</div>
|
|
77
|
+
</div>
|
|
78
|
+
|
|
79
|
+
<div class="col-lg-12">
|
|
80
|
+
<button type="submit" class="btn btn-warning text-white">
|
|
81
|
+
Save Change
|
|
82
|
+
</button>
|
|
83
|
+
</div>
|
|
84
|
+
</div>
|
|
85
|
+
</form>
|
|
86
|
+
</div>
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</section>
|
|
91
|
+
</template>
|
|
92
|
+
|
|
93
|
+
<script>
|
|
94
|
+
export default {
|
|
95
|
+
name: "EditProfile",
|
|
96
|
+
};
|
|
97
|
+
</script>
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="faq-area ptb-60">
|
|
3
|
+
<div class="container">
|
|
4
|
+
<div class="faq-content">
|
|
5
|
+
<h2>Frequently Ask & Question</h2>
|
|
6
|
+
|
|
7
|
+
<div class="mb-40">
|
|
8
|
+
<h3>How can I choose the right laptop for my needs?</h3>
|
|
9
|
+
<p>
|
|
10
|
+
Selecting the right laptop depends on your specific requirements.
|
|
11
|
+
Consider factors such as intended use (work, gaming, or multimedia),
|
|
12
|
+
processing power, storage capacity, and portability. Our
|
|
13
|
+
knowledgeable staff can guide you based on your preferences and
|
|
14
|
+
budget.
|
|
15
|
+
</p>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="mb-40">
|
|
18
|
+
<h3>What's the difference between LED and OLED TVs?</h3>
|
|
19
|
+
<p>
|
|
20
|
+
LED TVs use a backlight to illuminate pixels, while OLED TVs have
|
|
21
|
+
pixels that emit their own light. OLED TVs generally offer deeper
|
|
22
|
+
blacks and more vibrant colors. The choice depends on your viewing
|
|
23
|
+
preferences and budget. We can help you understand the differences
|
|
24
|
+
and find the perfect TV for your space.
|
|
25
|
+
</p>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="mb-40">
|
|
28
|
+
<h3>How can I protect my devices from malware and viruses?</h3>
|
|
29
|
+
<p>
|
|
30
|
+
Keeping your devices secure is crucial. Install reputable antivirus
|
|
31
|
+
software, keep your operating system and applications up to date,
|
|
32
|
+
and be cautious with email attachments and links. We offer a range
|
|
33
|
+
of security solutions and can provide advice on best practices for
|
|
34
|
+
maintaining a secure digital environment.
|
|
35
|
+
</p>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="mb-40">
|
|
38
|
+
<h3>What's the best way to enhance home audio systems?</h3>
|
|
39
|
+
<p>
|
|
40
|
+
Improving your home audio experience can involve upgrading speakers,
|
|
41
|
+
investing in a soundbar, or setting up a home theater system.
|
|
42
|
+
Consider the size of your room, your preferred audio quality, and
|
|
43
|
+
the type of content you enjoy. Our audio experts can recommend
|
|
44
|
+
solutions tailored to your needs.
|
|
45
|
+
</p>
|
|
46
|
+
</div>
|
|
47
|
+
<div class="mb-40">
|
|
48
|
+
<h3>Do you offer tech support and repair services?</h3>
|
|
49
|
+
<p>
|
|
50
|
+
Yes, we provide tech support and repair services for a variety of
|
|
51
|
+
devices. Whether you need assistance with software issues, hardware
|
|
52
|
+
repairs, or upgrades, our skilled technicians are here to help.
|
|
53
|
+
Contact us for information on our repair services and support
|
|
54
|
+
options.
|
|
55
|
+
</p>
|
|
56
|
+
</div>
|
|
57
|
+
<div class="mb-40">
|
|
58
|
+
<h3>Do you offer online shopping and home delivery services?</h3>
|
|
59
|
+
<p>
|
|
60
|
+
Yes, we provide convenient online shopping options, and our home
|
|
61
|
+
delivery service allows you to order groceries from the comfort of
|
|
62
|
+
your home. Simply browse our online store, place your order, and
|
|
63
|
+
have it delivered to your doorstep at your preferred time.
|
|
64
|
+
</p>
|
|
65
|
+
</div>
|
|
66
|
+
<div class="mb-40">
|
|
67
|
+
<h3>
|
|
68
|
+
What measures do you take to ensure the freshness of your produce?
|
|
69
|
+
</h3>
|
|
70
|
+
<p>
|
|
71
|
+
We prioritize the quality and freshness of our products. Our team
|
|
72
|
+
follows stringent sourcing standards, and our produce is regularly
|
|
73
|
+
restocked to ensure you receive the freshest fruits, vegetables, and
|
|
74
|
+
other perishables.
|
|
75
|
+
</p>
|
|
76
|
+
</div>
|
|
77
|
+
<div class="mb-40">
|
|
78
|
+
<h3>
|
|
79
|
+
Are there options for customers with dietary restrictions or
|
|
80
|
+
preferences?
|
|
81
|
+
</h3>
|
|
82
|
+
<p>
|
|
83
|
+
Absolutely! We strive to cater to various dietary needs. Our store
|
|
84
|
+
offers a diverse range of products, including gluten-free, organic,
|
|
85
|
+
and vegetarian options. Look for special labels or ask our staff for
|
|
86
|
+
assistance in finding products that meet your specific requirements.
|
|
87
|
+
</p>
|
|
88
|
+
</div>
|
|
89
|
+
<div class="mb-40">
|
|
90
|
+
<h3>
|
|
91
|
+
Do you have a loyalty program or discounts for regular customers?
|
|
92
|
+
</h3>
|
|
93
|
+
<p>
|
|
94
|
+
Yes, we value our loyal customers. We offer a loyalty program where
|
|
95
|
+
you can earn points with each purchase, and these points can be
|
|
96
|
+
redeemed for discounts or special offers. Additionally, keep an eye
|
|
97
|
+
out for exclusive promotions and discounts available to our regular
|
|
98
|
+
shoppers.
|
|
99
|
+
</p>
|
|
100
|
+
</div>
|
|
101
|
+
<div class="mb-0">
|
|
102
|
+
<h3>
|
|
103
|
+
How can I provide feedback or suggest products for your store?
|
|
104
|
+
</h3>
|
|
105
|
+
<p>
|
|
106
|
+
We welcome your feedback and suggestions! You can share your
|
|
107
|
+
thoughts with us through our website, customer service, or
|
|
108
|
+
suggestion boxes in the store. Your input helps us improve our
|
|
109
|
+
services and ensures we meet the needs of our valued customers.
|
|
110
|
+
</p>
|
|
111
|
+
</div>
|
|
112
|
+
</div>
|
|
113
|
+
</div>
|
|
114
|
+
</div>
|
|
115
|
+
</template>
|
|
116
|
+
|
|
117
|
+
<script>
|
|
118
|
+
export default {
|
|
119
|
+
name: "FAQ",
|
|
120
|
+
};
|
|
121
|
+
</script>
|
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="recently-viewed-area ptb-60 products-page">
|
|
3
|
+
<div class="container position-relative">
|
|
4
|
+
<div
|
|
5
|
+
class="d-lg-flex align-items-center justify-content-between text-center mb-27 mt-minus-6"
|
|
6
|
+
>
|
|
7
|
+
<h3 class="fs-3 mb-0 mb-1 mb-sm-0">Featured Products</h3>
|
|
8
|
+
<div>
|
|
9
|
+
<NuxtLink to="/products" class="read-more">
|
|
10
|
+
<span>See All Deals</span>
|
|
11
|
+
<i class="ri-arrow-right-up-line ms-1"></i>
|
|
12
|
+
</NuxtLink>
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="row justify-content-center g-0">
|
|
16
|
+
<div class="col-c-20">
|
|
17
|
+
<div class="single-product-telemobile-item">
|
|
18
|
+
<div class="product-img position-relative">
|
|
19
|
+
<NuxtLink to="/product-details" class="d-block">
|
|
20
|
+
<img src="~/assets/images/product-1.png" alt="product" />
|
|
21
|
+
</NuxtLink>
|
|
22
|
+
<div
|
|
23
|
+
class="d-flex justify-content-between align-items-center position-absolute top-0 start-0 end-0"
|
|
24
|
+
>
|
|
25
|
+
<span class="minus-count">-11%</span>
|
|
26
|
+
<button class="border-0 wish-btn">
|
|
27
|
+
<i class="ri-heart-line"></i>
|
|
28
|
+
<i class="ri-heart-fill d-none"></i>
|
|
29
|
+
<v-tooltip activator="parent" location="top">
|
|
30
|
+
Favorite
|
|
31
|
+
</v-tooltip>
|
|
32
|
+
</button>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
<div class="product-content">
|
|
36
|
+
<NuxtLink to="/product-details" class="title">
|
|
37
|
+
Microwave Oven With LED Lighting - 700 Watts, 0.7 cu ft
|
|
38
|
+
</NuxtLink>
|
|
39
|
+
<div class="d-flex gap-1 review">
|
|
40
|
+
<i class="flaticon-star"></i>
|
|
41
|
+
<i class="flaticon-star"></i>
|
|
42
|
+
<i class="flaticon-star"></i>
|
|
43
|
+
<i class="flaticon-star"></i>
|
|
44
|
+
<i class="flaticon-star"></i>
|
|
45
|
+
<span>(5 Reviews)</span>
|
|
46
|
+
</div>
|
|
47
|
+
<h3>$399 <del>$450</del></h3>
|
|
48
|
+
<div class="d-flex sold-stock gap-4 align-items-center">
|
|
49
|
+
<span class="sold">620 Sold</span>
|
|
50
|
+
<span class="stock">
|
|
51
|
+
<i class="ri-check-line"></i> 150 In Stock
|
|
52
|
+
</span>
|
|
53
|
+
</div>
|
|
54
|
+
<div
|
|
55
|
+
class="d-flex align-items-center justify-content-between delivery-cart gap-4"
|
|
56
|
+
>
|
|
57
|
+
<span class="delivery">
|
|
58
|
+
<i class="ri-truck-line"></i>
|
|
59
|
+
Free Delivery
|
|
60
|
+
</span>
|
|
61
|
+
<button class="cart-btn">
|
|
62
|
+
<i class="ri-shopping-cart-line"></i>
|
|
63
|
+
<v-tooltip activator="parent" location="top">
|
|
64
|
+
Add To Cart
|
|
65
|
+
</v-tooltip>
|
|
66
|
+
</button>
|
|
67
|
+
</div>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
</div>
|
|
71
|
+
<div class="col-c-20">
|
|
72
|
+
<div class="single-product-telemobile-item">
|
|
73
|
+
<div class="product-img position-relative">
|
|
74
|
+
<NuxtLink to="/product-details" class="d-block">
|
|
75
|
+
<img src="~/assets/images/product-6.png" alt="product" />
|
|
76
|
+
</NuxtLink>
|
|
77
|
+
<div
|
|
78
|
+
class="d-flex justify-content-between align-items-center position-absolute top-0 start-0 end-0"
|
|
79
|
+
>
|
|
80
|
+
<span class="minus-count">-15%</span>
|
|
81
|
+
<button class="border-0 wish-btn">
|
|
82
|
+
<i class="ri-heart-line"></i>
|
|
83
|
+
<i class="ri-heart-fill d-none"></i>
|
|
84
|
+
<v-tooltip activator="parent" location="top">
|
|
85
|
+
Favorite
|
|
86
|
+
</v-tooltip>
|
|
87
|
+
</button>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
<div class="product-content">
|
|
91
|
+
<NuxtLink to="/product-details" class="title">
|
|
92
|
+
Multiplatform Wireless Noise-Cancelling Gaming Headset
|
|
93
|
+
</NuxtLink>
|
|
94
|
+
<div class="d-flex gap-1 review">
|
|
95
|
+
<i class="flaticon-star"></i>
|
|
96
|
+
<i class="flaticon-star"></i>
|
|
97
|
+
<i class="flaticon-star"></i>
|
|
98
|
+
<i class="flaticon-star"></i>
|
|
99
|
+
<i class="flaticon-star"></i>
|
|
100
|
+
<span>(18 Reviews)</span>
|
|
101
|
+
</div>
|
|
102
|
+
<h3>$279 <del>$329</del></h3>
|
|
103
|
+
<div class="d-flex sold-stock gap-4 align-items-center">
|
|
104
|
+
<span class="sold">20 Sold</span>
|
|
105
|
+
<span class="stock">
|
|
106
|
+
<i class="ri-check-line"></i>
|
|
107
|
+
78 In Stock
|
|
108
|
+
</span>
|
|
109
|
+
</div>
|
|
110
|
+
<div
|
|
111
|
+
class="d-flex align-items-center justify-content-between delivery-cart gap-4"
|
|
112
|
+
>
|
|
113
|
+
<span class="delivery">
|
|
114
|
+
<i class="ri-truck-line"></i>
|
|
115
|
+
Free Delivery
|
|
116
|
+
</span>
|
|
117
|
+
<button class="cart-btn">
|
|
118
|
+
<i class="ri-shopping-cart-line"></i>
|
|
119
|
+
<v-tooltip activator="parent" location="top">
|
|
120
|
+
Add To Cart
|
|
121
|
+
</v-tooltip>
|
|
122
|
+
</button>
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
<div class="col-c-20">
|
|
128
|
+
<div class="single-product-telemobile-item">
|
|
129
|
+
<div class="product-img position-relative">
|
|
130
|
+
<NuxtLink to="/product-details" class="d-block">
|
|
131
|
+
<img src="~/assets/images/product-7.png" alt="product" />
|
|
132
|
+
</NuxtLink>
|
|
133
|
+
<div
|
|
134
|
+
class="d-flex justify-content-between align-items-center position-absolute top-0 start-0 end-0"
|
|
135
|
+
>
|
|
136
|
+
<span class="minus-count">-40%</span>
|
|
137
|
+
<button class="border-0 wish-btn">
|
|
138
|
+
<i class="ri-heart-line"></i>
|
|
139
|
+
<i class="ri-heart-fill d-none"></i>
|
|
140
|
+
<v-tooltip activator="parent" location="top">
|
|
141
|
+
Favorite
|
|
142
|
+
</v-tooltip>
|
|
143
|
+
</button>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
<div class="product-content">
|
|
147
|
+
<NuxtLink to="/product-details" class="title">
|
|
148
|
+
GPS Smartwatch with Bright Touchscreen Display
|
|
149
|
+
</NuxtLink>
|
|
150
|
+
<div class="d-flex gap-1 review">
|
|
151
|
+
<i class="flaticon-star"></i>
|
|
152
|
+
<i class="flaticon-star"></i>
|
|
153
|
+
<i class="flaticon-star"></i>
|
|
154
|
+
<i class="flaticon-star"></i>
|
|
155
|
+
<i class="flaticon-star"></i>
|
|
156
|
+
<span>(24 Reviews)</span>
|
|
157
|
+
</div>
|
|
158
|
+
<h3>$119 <del>$199</del></h3>
|
|
159
|
+
<div class="d-flex sold-stock gap-4 align-items-center">
|
|
160
|
+
<span class="sold">435 Sold</span>
|
|
161
|
+
<span class="stock">
|
|
162
|
+
<i class="ri-check-line"></i>
|
|
163
|
+
180 In Stock
|
|
164
|
+
</span>
|
|
165
|
+
</div>
|
|
166
|
+
<div
|
|
167
|
+
class="d-flex align-items-center justify-content-between delivery-cart gap-4"
|
|
168
|
+
>
|
|
169
|
+
<span class="delivery">
|
|
170
|
+
<i class="ri-truck-line"></i>
|
|
171
|
+
Free Delivery
|
|
172
|
+
</span>
|
|
173
|
+
<button class="cart-btn">
|
|
174
|
+
<i class="ri-shopping-cart-line"></i>
|
|
175
|
+
<v-tooltip activator="parent" location="top">
|
|
176
|
+
Add To Cart
|
|
177
|
+
</v-tooltip>
|
|
178
|
+
</button>
|
|
179
|
+
</div>
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
</div>
|
|
183
|
+
<div class="col-c-20">
|
|
184
|
+
<div class="single-product-telemobile-item">
|
|
185
|
+
<div class="product-img position-relative">
|
|
186
|
+
<NuxtLink to="/product-details" class="d-block">
|
|
187
|
+
<img src="~/assets/images/product-8.png" alt="product" />
|
|
188
|
+
</NuxtLink>
|
|
189
|
+
<div
|
|
190
|
+
class="d-flex justify-content-between align-items-center position-absolute top-0 start-0 end-0"
|
|
191
|
+
>
|
|
192
|
+
<span class="minus-count">-20%</span>
|
|
193
|
+
<button class="border-0 wish-btn">
|
|
194
|
+
<i class="ri-heart-line"></i>
|
|
195
|
+
<i class="ri-heart-fill d-none"></i>
|
|
196
|
+
<v-tooltip activator="parent" location="top">
|
|
197
|
+
Favorite
|
|
198
|
+
</v-tooltip>
|
|
199
|
+
</button>
|
|
200
|
+
</div>
|
|
201
|
+
</div>
|
|
202
|
+
<div class="product-content">
|
|
203
|
+
<NuxtLink to="/product-details" class="title">
|
|
204
|
+
SAMSUNG 32-Inch Class QLED 4K Q60C Series Quantum HDR
|
|
205
|
+
</NuxtLink>
|
|
206
|
+
<div class="d-flex gap-1 review">
|
|
207
|
+
<i class="flaticon-star"></i>
|
|
208
|
+
<i class="flaticon-star"></i>
|
|
209
|
+
<i class="flaticon-star"></i>
|
|
210
|
+
<i class="flaticon-star"></i>
|
|
211
|
+
<i class="flaticon-star"></i>
|
|
212
|
+
<span>(19 Reviews)</span>
|
|
213
|
+
</div>
|
|
214
|
+
<h3>$397 <del>$497</del></h3>
|
|
215
|
+
<div class="d-flex sold-stock gap-4 align-items-center">
|
|
216
|
+
<span class="sold">35 Sold</span>
|
|
217
|
+
<span class="stock">
|
|
218
|
+
<i class="ri-check-line"></i>
|
|
219
|
+
125 In Stock
|
|
220
|
+
</span>
|
|
221
|
+
</div>
|
|
222
|
+
<div
|
|
223
|
+
class="d-flex align-items-center justify-content-between delivery-cart gap-4"
|
|
224
|
+
>
|
|
225
|
+
<span class="delivery">
|
|
226
|
+
<i class="ri-truck-line"></i>
|
|
227
|
+
Free Delivery
|
|
228
|
+
</span>
|
|
229
|
+
<button class="cart-btn">
|
|
230
|
+
<i class="ri-shopping-cart-line"></i>
|
|
231
|
+
<v-tooltip activator="parent" location="top">
|
|
232
|
+
Add To Cart
|
|
233
|
+
</v-tooltip>
|
|
234
|
+
</button>
|
|
235
|
+
</div>
|
|
236
|
+
</div>
|
|
237
|
+
</div>
|
|
238
|
+
</div>
|
|
239
|
+
<div class="col-c-20">
|
|
240
|
+
<div class="single-product-telemobile-item">
|
|
241
|
+
<div class="product-img position-relative">
|
|
242
|
+
<NuxtLink to="/product-details" class="d-block">
|
|
243
|
+
<img src="~/assets/images/product-9.png" alt="product" />
|
|
244
|
+
</NuxtLink>
|
|
245
|
+
<div
|
|
246
|
+
class="d-flex justify-content-between align-items-center position-absolute top-0 start-0 end-0"
|
|
247
|
+
>
|
|
248
|
+
<span class="minus-count">-10%</span>
|
|
249
|
+
<button class="border-0 wish-btn">
|
|
250
|
+
<i class="ri-heart-line"></i>
|
|
251
|
+
<i class="ri-heart-fill d-none"></i>
|
|
252
|
+
<v-tooltip activator="parent" location="top">
|
|
253
|
+
Favorite
|
|
254
|
+
</v-tooltip>
|
|
255
|
+
</button>
|
|
256
|
+
</div>
|
|
257
|
+
</div>
|
|
258
|
+
<div class="product-content">
|
|
259
|
+
<NuxtLink to="/product-details" class="title">
|
|
260
|
+
Apple MacBook Pro 16.2" with Liquid Retina XDR Display
|
|
261
|
+
</NuxtLink>
|
|
262
|
+
<div class="d-flex gap-1 review">
|
|
263
|
+
<i class="flaticon-star"></i>
|
|
264
|
+
<i class="flaticon-star"></i>
|
|
265
|
+
<i class="flaticon-star"></i>
|
|
266
|
+
<i class="flaticon-star"></i>
|
|
267
|
+
<i class="flaticon-star"></i>
|
|
268
|
+
<span>(76 Reviews)</span>
|
|
269
|
+
</div>
|
|
270
|
+
<h3>$3,499 <del>$3,799</del></h3>
|
|
271
|
+
<div class="d-flex sold-stock gap-4 align-items-center">
|
|
272
|
+
<span class="sold">348 Sold</span>
|
|
273
|
+
<span class="stock">
|
|
274
|
+
<i class="ri-check-line"></i>
|
|
275
|
+
245 In Stock
|
|
276
|
+
</span>
|
|
277
|
+
</div>
|
|
278
|
+
<div
|
|
279
|
+
class="d-flex align-items-center justify-content-between delivery-cart gap-4"
|
|
280
|
+
>
|
|
281
|
+
<span class="delivery">
|
|
282
|
+
<i class="ri-truck-line"></i>
|
|
283
|
+
Free Delivery
|
|
284
|
+
</span>
|
|
285
|
+
<button class="cart-btn">
|
|
286
|
+
<i class="ri-shopping-cart-line"></i>
|
|
287
|
+
<v-tooltip activator="parent" location="top">
|
|
288
|
+
Add To Cart
|
|
289
|
+
</v-tooltip>
|
|
290
|
+
</button>
|
|
291
|
+
</div>
|
|
292
|
+
</div>
|
|
293
|
+
</div>
|
|
294
|
+
</div>
|
|
295
|
+
</div>
|
|
296
|
+
</div>
|
|
297
|
+
</div>
|
|
298
|
+
</template>
|
|
299
|
+
|
|
300
|
+
<script>
|
|
301
|
+
export default {
|
|
302
|
+
name: "FeaturedProducts",
|
|
303
|
+
};
|
|
304
|
+
</script>
|